Commit Graph

107 Commits

Author SHA1 Message Date
thedarkcolour
d0d4ccf77a
Add integration for SkyBlock Builder 2024-04-22 14:34:38 -07:00
thedarkcolour
b3540cdb80
Added config option for using compressed sieves simultaneously 2024-04-21 13:00:34 -07:00
thedarkcolour
c63011a27a
Fix typo in JEI integration where both sieve categories were "Compressed Sieve" 2024-04-21 12:20:08 -07:00
thedarkcolour
09323117ad
Fix compressed sieve not dropping sieve mesh 2024-04-21 12:09:10 -07:00
thedarkcolour
e75ae5ad01
Fix broken nether/end void generation 2024-04-16 15:23:53 -07:00
thedarkcolour
1125d36e0e
Fix serverside crash when sprinting on Infested Leaves 2024-04-16 13:10:29 -07:00
thedarkcolour
dcd020c6dd
Close #71 2024-04-09 17:56:26 -07:00
thedarkcolour
282a774d31
Add compressed sieves, hammers, and blocks 2024-04-08 18:37:36 -07:00
thedarkcolour
f22c004bda Fix EMI skipping JEI compatibility 2024-04-08 17:49:45 -07:00
thedarkcolour
11753bb4ef
EMI compatibility 2024-04-05 23:27:35 -07:00
thedarkcolour
578c59d231
Pull changes to CompatUtil and AbstractMaterial from 1.20.1 2024-04-05 22:58:00 -07:00
thedarkcolour
ad9e0dd04e
Fix infested leaves. Close #64 2024-04-03 20:51:08 -07:00
thedarkcolour
d1761cf43a Add option to disable automated_sieve nerf. 2024-03-19 14:37:14 -07:00
thedarkcolour
18a19e5807 Fix light levels for barrel and crucible 2024-03-19 11:06:02 -07:00
thedarkcolour
316cc94db3 Fix recipe cache loading and menu syncing 2024-03-19 10:33:35 -07:00
thedarkcolour
c387d7207d Fix VisualUpdateTracker, RecipeUtil caches, revert accidental recipe schema changes 2024-03-18 20:48:12 -07:00
thedarkcolour
2b7645e231 Compiles! 2024-03-17 23:47:56 -07:00
thedarkcolour
39a5895c12 Rework barrels to use JSON recipes for fluid transformation recipes 2024-03-11 16:46:15 -07:00
thedarkcolour
992cb80aec Increase frequency of iron ore drops 2024-02-24 16:09:29 -08:00
thedarkcolour
ec061e4fd3 Add water and lava crucible material types 2024-02-21 16:42:45 -08:00
thedarkcolour
b3efa3a07c Remove vestigial item and object fields from BarrelMaterial 2024-02-21 15:07:06 -08:00
thedarkcolour
da45606348 Custom sieve materials 2024-02-21 15:04:26 -08:00
thedarkcolour
884ee10788 Fixed broken fluid handlers 2024-02-21 14:57:45 -08:00
thedarkcolour
c58982fdba JEI fix accuracy of min/max and add support for summation 2024-02-21 14:36:36 -08:00
thedarkcolour
0838f3149e Network serialization and deserialization of summation provider 2024-02-21 13:34:42 -08:00
thedarkcolour
aeb9cd07e3 Summation number provider for sieve recipes (and loot tables too) 2024-02-21 13:34:01 -08:00
thedarkcolour
a5194a39d6 resolve merge conflicts 2024-02-19 14:26:28 -08:00
thedarkcolour
6139163f36 Fixed rendering of barrel fluid in transparent barrels 2024-02-19 14:21:19 -08:00
thedarkcolour
0f9c9ecd22 No regressions, change builtin barrels to use barrel materials 2024-02-17 22:51:45 -08:00
thedarkcolour
df46d99c6c Fix Infested Leaves not showing in REI composite mode 2024-02-15 19:38:38 -08:00
thedarkcolour
95cde6fb2d Retroactively limit amount of fluid in overfilled water crucibles 2024-02-15 17:19:45 -08:00
thedarkcolour
ff4a00c609 Add option (disabled by default) to make dirt from witch water and water flowing together 2024-02-15 17:19:13 -08:00
CPearl0
3e267fedfc Fix crucible rain overflow 2024-02-15 19:23:56 +08:00
thedarkcolour
9f968e6add Mesh upgrade recipes 2024-02-13 16:03:21 -08:00
thedarkcolour
e73c16ff76 Fixed rendering bug with crucible 2024-02-13 15:49:55 -08:00
thedarkcolour
4a2ebca77f Fixed Infested Leaves not dropping any string or silkworms 2024-02-12 09:43:18 -08:00
thedarkcolour
f85e5396b7 Define Barrel Material 2024-02-12 09:08:26 -08:00
thedarkcolour
95585d6b0f Barrel now renders flat item contents (ex. magma cream) 2024-02-11 15:47:35 -08:00
thedarkcolour
483687dfe8 Fix behavior with Porcelain Milk Bucket 2024-02-11 15:23:29 -08:00
thedarkcolour
13244d5366 Clean up code 2024-02-09 21:27:29 -08:00
thedarkcolour
03798aefac Finish up Crook Recipes, add Crucible Heat Source recipes. 2024-02-09 21:25:11 -08:00
thedarkcolour
40e6896135 WIP Crook recipes 2024-02-08 22:32:52 -08:00
thedarkcolour
ffe32fe3ac Water crucibles now collect rain water. Close #49 2024-02-07 18:24:18 -08:00
thedarkcolour
9177aea415 String drop rate from infested leaves is now configurable 2024-02-07 18:23:13 -08:00
thedarkcolour
e565b456fd Add Jade compatibility 2024-02-07 15:18:32 -08:00
thedarkcolour
da98acc3cd Avoid sending duplicate visual updates to the client 2024-02-07 14:10:14 -08:00
thedarkcolour
14a05d561c Close #51 2024-02-07 13:39:11 -08:00
thedarkcolour
6d2ed586e2
Merge pull request #47 from CPearl0/Add-Sieve-Interval
Add sieve interval
2024-02-04 15:50:21 -08:00
thedarkcolour
74b418c81d
Merge pull request #45 from CPearl0/Add-Chinese-Translation
Add Chinese translation
2024-02-04 15:49:56 -08:00
thedarkcolour
2b3c1a0cd5
Change config option description 2024-02-04 15:47:28 -08:00