Commit Graph

226 Commits

Author SHA1 Message Date
thedarkcolour
5b54f74ad6 [Release] Ex Deorum 1.49 2026-02-22 20:39:53 -08:00
thedarkcolour
500848e262
Merge pull request #170 from pawjwp/1.20.1
[1.20.1] Some Barrel NBT transfer bug fixes and a map color for dust
2026-02-22 20:31:49 -08:00
Jeremy
a8805c7299 NBT transfer when filling barrel with water bucket
Filling a barrel with a water bucket now happens outside the normal tank mechanics if that water bottle has NBT. This allows NBT data to be preserved from the bucket when depositing or extracting water with NBT. This fixes some issues with Thirst Was Taken's water purity system.
2026-01-08 14:01:22 -05:00
Jeremy
8ce323d70c Avoid copying empty NBT when draining bottles
When filling a barrel from a bottle, ensured that empty NBT tags (ex: "{}") are replaced with null values and not transferred to the fluid unnecessarily. This ensures that water bottles placed in a barrel properly merge with the current contents of the barrel instead of not matching because {} != null.
2026-01-08 13:59:34 -05:00
Jeremy
3d14eeaf89 Fixed barrel bottle extraction not draining liquid
Fixed an issue where taking filling a water bottle from a barrel would fill the bottle but not drain the barrel. This is due to mismatched NBT values when extracting. This change moves the drain operation before the NBT operations and only modifies the item NBT if fluid NBT is present.
2026-01-08 13:59:34 -05:00
Jeremy
906cf0f658 Added map color to dust blocks
This fixes map viewing for modpacks that use dust in the worldgen
2026-01-08 12:47:40 -05:00
Jeremy
6a7cf80e41 Added Thirst Was Taken to test environment
This allows easier testing for TWT compatibility and some common uses for fluid NBT (TWT uses it for water purity levels)
2026-01-08 12:47:01 -05:00
thedarkcolour
a152513595
[Release] Ex Deorum 1.48 2025-12-02 18:42:13 -08:00
thedarkcolour
c9c40ea401
Fix broken mappings crash from 1.47
Closes #165
2025-12-02 18:41:24 -08:00
thedarkcolour
3846489fb1
[Release] Ex Deorum 1.47 2025-12-01 14:54:59 -08:00
thedarkcolour
010bf6bcf1
Merge pull request #156 from pawjwp/1.20.1
Tweaked some barrel item interaction logic to avoid overwriting item stacks
2025-11-30 15:41:54 -08:00
thedarkcolour
8776afecff
Merge branch '1.20.1' of https://github.com/thedarkcolour/ExDeorum into 1.20.1 2025-11-30 15:41:24 -08:00
thedarkcolour
cf3eb26da2
Switch to ModDevGradle 2025-11-30 15:39:29 -08:00
Jeremy
746fda0e70 Tweaked barrel logic to avoid overwriting items
Changed barrel item interaction logic to avoid overwriting item stacks.
This resolves issues when using mods that increase bottle/bucket stack sizes where the entire stack is consumed when it should only consume one.
2025-10-08 01:14:08 -04:00
thedarkcolour
894e579d66
Merge pull request #147 from bayi/1.20.1
Added Hungarian translation
2025-08-27 13:58:55 -07:00
thedarkcolour
4a5bb22567
Merge pull request #134 from Qi-Month/1.20.1
Add new zh_cn langugue file
2025-08-27 13:57:58 -07:00
Bayi
3dcb1999cf
hu_hu.json: Added missed keys 2025-07-16 22:24:32 +02:00
Bayi
15dc46c745
Added Hungarian translation 2025-07-05 18:29:32 +02:00
thedarkcolour
1f96fdad5c
Fix KubeJS dependency 2025-06-04 10:56:54 -07:00
thedarkcolour
7dcbf4db49
Allow rerunning workflows 2025-06-04 10:40:42 -07:00
thedarkcolour
57601ac476
[Release] Ex Deorum 1.46 2025-06-03 16:01:00 -07:00
thedarkcolour
c9cec56794
Fix Barrel Mixing recipes with a result size greater than 1 2025-06-03 15:50:10 -07:00
thedarkcolour
41547e72bb
[Release] Ex Deorum 1.45 2025-04-16 14:42:00 -07:00
thedarkcolour
d20dd203eb
Merge pull request #136 from AlexLavoieMC/1.20.1
Transfer water bottle NBT data to the fluid placed in barrels (Thirst Was Taken support)
2025-04-16 14:40:21 -07:00
thedarkcolour
610ec81303
Add compatibility with Modern Industrialization, Forestry, Nature Arise
Closes #132
2025-04-16 14:39:44 -07:00
thedarkcolour
47e9d4381b
Allow changing drops for Random Armor Trim and Pottery Sherd
Also add Tide to possible armor trims
Closes #138
2025-04-16 14:08:31 -07:00
AlexLavoie42
e9073da9ec Transfer water bottle NBT data to the fluid placed in barrels 2025-03-21 19:49:00 -07:00
柒月
74b001253c
update 2025-03-14 23:30:20 +08:00
柒月
77ce6d66de
Add zh_cn langugue file 2025-03-14 23:26:26 +08:00
thedarkcolour
d59e3e207a
[Release] Ex Deorum 1.44 2024-11-18 23:12:13 -08:00
thedarkcolour
903913c700
Fix Silkworms not applying to certain modded leaves like TFC 2024-11-18 20:12:56 -08:00
thedarkcolour
1c317f2322
[Release] Ex Deorum 1.43 2024-10-09 00:13:14 -07:00
thedarkcolour
57ed695231
Fix Sieve Recipe bug on latest JEI update 2024-10-09 00:12:30 -07:00
thedarkcolour
18cae30b6d
Fix Modrinth publishing 2024-09-30 16:32:13 -07:00
thedarkcolour
fceaedf95f
[Release] Ex Deorum 1.42 2024-09-30 16:15:47 -07:00
thedarkcolour
28a8785fd9
Automate CurseForge and Modrinth releases 2024-09-30 16:15:29 -07:00
thedarkcolour
7bcfd63cf7
Fix JEI sieve recipe bug
Close #114
2024-09-30 12:23:06 -07:00
thedarkcolour
21b50ae42c
Ex Deorum 1.41 2024-09-29 13:46:07 -07:00
thedarkcolour
002fb4bafe
Hack fix for random crashes with fluid transformation recipe cache 2024-09-29 13:44:04 -07:00
thedarkcolour
3aef5bc444
Add native EMI support, fix Sieve rows glitching in JEI 2024-09-29 13:39:27 -07:00
thedarkcolour
8ea02fd490
Bump JEI 2024-08-06 17:22:21 -07:00
thedarkcolour
3587fe1b44
Ex Deorum 1.40 2024-07-28 18:06:57 -07:00
thedarkcolour
aec3387b5d
Buff the water crucible melt rate. 2024-07-28 16:33:00 -07:00
thedarkcolour
3ff01d6c26
Add JSON compressed sieve blocks
The JSON schema for adding a compressed sieve block is exactly the same as with regular sieve blocks.
2024-07-28 16:12:33 -07:00
thedarkcolour
c030b7a8f1
Ex Deorum 1.39 2024-06-30 13:24:06 -07:00
thedarkcolour
d5a671ca20
Wooden crucibles/barrels are now furnace fuels 2024-06-30 13:22:39 -07:00
thedarkcolour
a86082b028
Witch water buckets now dispense properly 2024-06-30 13:07:04 -07:00
thedarkcolour
fe49bb2bfc
Fixed crash with Croptopia 2024-06-29 22:41:39 -07:00
thedarkcolour
3e0a9c1366
Fixed third-person render of compressed hammers 2024-06-12 15:11:13 -07:00
thedarkcolour
8088d54424
Ex Deorum 1.38 2024-06-12 11:24:17 -07:00