Changes
#38 (Jul 10, 2021, 4:49:22 AM)
- Fix issues with stacked fluid containers and NBT based fluid containers filling cauldrons — KnightMiner / githubweb
#37 (Jun 10, 2021, 10:57:04 PM)
- Fix composter crash with tweaks module (#213) — KnightMiner / githubweb
- Educate villagers on the wonders of glass doors — KnightMiner / githubweb
#36 (Jun 2, 2021, 6:10:41 PM)
- Replace waypoint compass with dimension compass — KnightMiner / githubweb
#35 (Jun 1, 2021, 1:50:14 AM)
- Make extra certain the cauldron is a point of interest type for villagers — KnightMiner / githubweb
#34 (May 14, 2021, 7:16:02 PM)
- Make heartbeets drop again — KnightMiner / githubweb
#32 (May 14, 2021, 2:14:05 AM)
- Replace milk with forge's milk — KnightMiner / githubweb
- Add relevant books to forge:books and use that as default bookshelf list — KnightMiner / githubweb
- Fix crash when disabling fitted carpets (#203) — KnightMiner / githubweb
- Do not fix villagers opening glass doors because they are too dumb (#210) — KnightMiner / githubweb
- Fix race condition composter crash (#210) — KnightMiner / githubweb
- Fix emptying ink bottles into cauldrons losing color (#21) — KnightMiner / githubweb
- Improve cauldron and shelf syncing — KnightMiner / githubweb
- Update to 1.2.3 — KnightMiner / githubweb
#28 (Mar 5, 2021, 7:54:54 AM)
- Fix incorrect name of Torch Lever floor block class — spencerb21 / githubweb
- Implement Soul Torch Lever — spencerb21 / githubweb
- Add tags for soul torch lever — spencerb21 / githubweb
- Add item/block models for soul torch lever — spencerb21 / githubweb
- Fix incorrect soul torch particles — spencerb21 / githubweb
- Rename to soul_torch_lever — spencerb21 / githubweb
- Add further tags for torch levers — spencerb21 / githubweb
- Add loot tables for soul torch levers — spencerb21 / githubweb
- Add recipe and lang entry for soul torch levers — spencerb21 / githubweb
- Add Redstone Charger to piglin-loved tag — spencerb21 / githubweb
#27 (Jan 21, 2021, 3:21:22 PM)
#26 (Jan 16, 2021, 9:49:52 PM)
- Fix gray ink bottle name (#195) — knightminer4 / githubweb
- Update gradle to use ranges instead of min/max and to use 1.16.5 — knightminer4 / githubweb
- Switch to Mantle config wrappers and make config more self contained — knightminer4 / githubweb
- Update point of interest type patch to later Forge versions — knightminer4 / githubweb
- Ignore new log files — knightminer4 / githubweb
- Make code for enchanted shield tooltip safer (#192) — knightminer4 / githubweb
- Fix bonemeal on block crops consuming when disabled (#191) — knightminer4 / githubweb
- Fix weird bounding boxes messing with stair sprinting (#189) — knightminer4 / githubweb
- Release 1.2.2 — knightminer4 / githubweb
#25 (Oct 30, 2020, 5:24:32 AM)
- Gradle build improvements — KnightMiner / githubweb
#24 (Oct 21, 2020, 5:29:31 AM)
- Actually fix #184 — KnightMiner / githubweb
#23 (Oct 21, 2020, 4:58:36 AM)
- Fix shield property breaking when someone registers item property getters before Forge events fire (#184) — KnightMiner / githubweb
#22 (Oct 21, 2020, 4:41:51 AM)
- Make smooth growth listener more defensive — KnightMiner / githubweb
#21 (Oct 14, 2020, 4:22:36 AM)
- Fix cauldron no longer working for leatherworker point of interest — KnightMiner / githubweb
#20 (Oct 13, 2020, 4:35:04 PM)
- Update JEI to fix issue with transitive dependency — KnightMiner / githubweb
- Allow crafting book and quill using black dyed water — KnightMiner / githubweb
- Rename dyed water to ink — KnightMiner / githubweb
- Fix path blocks only being placeable on mulch — KnightMiner / githubweb
- Fix sugar cane growth seed item (#179) — KnightMiner / githubweb
- Add doors to vanilla tags (#181) — KnightMiner / githubweb
#19 (Sep 17, 2020, 5:50:30 PM)
- Small cleanup to cauldron recipes — KnightMiner / githubweb
#18 (Sep 17, 2020, 4:10:13 PM)
- Clear TE item handler cache if the block state updates — KnightMiner / githubweb
#17 (Sep 17, 2020, 5:10:50 AM)
- Improve collector and pipe performance using new capability tricks — KnightMiner / githubweb
#16 (Sep 17, 2020, 3:49:02 AM)
- Update to 1.16.3 — KnightMiner / githubweb
#14 (Sep 17, 2020, 2:36:52 AM)
- Remove old cauldron recipe classes — KnightMiner / githubweb
- Add cauldron content types — KnightMiner / githubweb
- Add cauldron ingredient types — KnightMiner / githubweb
- Add empty cauldron type — KnightMiner / githubweb
- Implement cauldron recipes — KnightMiner / githubweb
- Add bucket fill and empty recipes — KnightMiner / githubweb
- Reenable recipes module — KnightMiner / githubweb
- Add initial recipes — KnightMiner / githubweb
- Greatly simplify cauldron contents — KnightMiner / githubweb
- Initial cauldron behavior logic — KnightMiner / githubweb
- Move model loaders to their respective modules — KnightMiner / githubweb
- Add simple flag to inventories so the recipe can fail if in the vanilla cauldron — KnightMiner / githubweb
- Implement cauldron model — KnightMiner / githubweb
- Implement potion filling and emptying — KnightMiner / githubweb
- Remove unneeded AT — KnightMiner / githubweb
- Implement cauldron recipes for dyeing — KnightMiner / githubweb
- Add recipes to dye and clear dyeable items — KnightMiner / githubweb
- Add shulker box recipes using new copy NBT flag — KnightMiner / githubweb
- Add recipe to remove banner patterns — KnightMiner / githubweb
- Allow dyed bottle to be used as a dye — KnightMiner / githubweb
- Shorten path to all cauldron recipes — KnightMiner / githubweb
- Make all cauldron config final — KnightMiner / githubweb
- Add cauldron transform recipes — KnightMiner / githubweb
- Fix cauldron sometimes deleting inserted contents — KnightMiner / githubweb
- Add sound effects to cauldron recipes — KnightMiner / githubweb
- Fix being unable to fill stacks of more than one bucket — KnightMiner / githubweb
- Simply content match ingredient by removing generic type — KnightMiner / githubweb
- Allow transform recipes to have a custom sound — KnightMiner / githubweb
- Add custom content types, include ice as a recipe example using that and transforms — KnightMiner / githubweb
- Switch ingredient handling to sized ingredient and special case empty — KnightMiner / githubweb
- Use proper event for particle registration — KnightMiner / githubweb
- Fix some recipes not having conditions — KnightMiner / githubweb
- Add support for the Rats mod — KnightMiner / githubweb
- Use condition for the tipped arrow recipe — KnightMiner / githubweb
- Add cauldron freezing in properly and combine cauldron block — KnightMiner / githubweb
- Fix wrong input for filling milk buckets — KnightMiner / githubweb
- Add normal cauldron temperature predicate — KnightMiner / githubweb
- Add JEI support to the cauldron — KnightMiner / githubweb
- Prevent transform recipes from matching 0 levels — KnightMiner / githubweb
- Require a full cauldron for sponge wetting — KnightMiner / githubweb
- Move cauldron serializers to common serializer class — KnightMiner / githubweb
- Improve display of many colored recipes — KnightMiner / githubweb
- Add dynamic brewing recipe, fix some bugs with Inspirations brewing recipe — KnightMiner / githubweb
- Improve tooltips of things in cauldron JEI — KnightMiner / githubweb
- Cleanup commented code — KnightMiner / githubweb
- Greatly simply level predicate — KnightMiner / githubweb
- Fix networking errors — KnightMiner / githubweb
- Fix being unable to fully use a stack of items when dropping — KnightMiner / githubweb
- Migrate waypoint compasses to enum item and hide them for now — KnightMiner / githubweb
- Remove empty cauldron contents — KnightMiner / githubweb
- Fix cauldron item model — KnightMiner / githubweb
- Remove strict requirement that a content type is read from a string — KnightMiner / githubweb
- Fix model error for waypoint compass — KnightMiner / githubweb
- Fix a few places not responding to the cauldron recipes config — KnightMiner / githubweb
- Fix wrong prop for milk bucket recipe — KnightMiner / githubweb
- Add DynamicFinishedRecipe as I implement IFinishedRecipe a lot — KnightMiner / githubweb
- Add a delay to potion brewing in cauldrons — KnightMiner / githubweb
- Cauldrons now hold 12 layers instead of 3 — KnightMiner / githubweb
- Fix lack of client sync when crafting via dropping item in — spencerb21 / githubweb
- Slow down soup fluids slightly — KnightMiner / githubweb
- Add lang for half and sixths — KnightMiner / githubweb
- Fix not clearning new contents between recipes — KnightMiner / githubweb
- Add support for putting honey in the cauldron, which slowly solidifies into a block — KnightMiner / githubweb
- Add some capability logic for later — KnightMiner / githubweb
- Increase build number — KnightMiner / githubweb
#13 (Aug 29, 2020, 9:40:13 PM)
- Clean up client util reload listener — KnightMiner / githubweb
- Add client config and move anything client related there — KnightMiner / githubweb
- Add config resource pack — KnightMiner / githubweb
#12 (Aug 11, 2020, 6:37:56 PM)
- Update issue templates — KnightMiner / githubweb
#11 (Aug 11, 2020, 6:33:53 PM)
- Switch color cache to constanst case, and make it final — KnightMiner / githubweb
- Fix block crops growing too slow compared to vanilla — KnightMiner / githubweb
- Have cactus and sugar cane spend the entirety of their growth smoothly — KnightMiner / githubweb
#10 (Aug 11, 2020, 1:51:36 AM)
- Ensure reobf is run for jar — KnightMiner / githubweb
#9 (Aug 10, 2020, 10:08:05 PM)
- Release 1.2.0 — KnightMiner / githubweb
- Make cactus and sugar cane models inherit from the vanilla model — KnightMiner / githubweb
- Improve rope behavior — KnightMiner / githubweb
- Fix ropes consuming the item on extending in creative — KnightMiner / githubweb
#8 (Aug 6, 2020, 5:12:43 AM)
- Update to latest Mantle build and reduce model data objects created — KnightMiner / githubweb
#7 (Aug 6, 2020, 4:45:12 AM)
- And all config booleans for module support and cache values — KnightMiner / githubweb
#6 (Aug 3, 2020, 6:27:30 AM)
- Remove chain recipes — KnightMiner / githubweb
- Update to latest Mantle — KnightMiner / githubweb
- Migrate to Mantle retexturable block logic — KnightMiner / githubweb
- Migrate to Mantle recipe builder utils — KnightMiner / githubweb
- Update torch wall model — KnightMiner / githubweb
#5 (Jul 31, 2020, 6:03:40 AM)
- Reformat project, mostly fixing indentation — KnightMiner / githubweb
- Remove chain — KnightMiner / githubweb
#4 (Jul 29, 2020, 9:11:13 PM)
- Clean up datagen a bit — KnightMiner / githubweb
#3 (Jul 29, 2020, 5:02:40 AM)
- Remove unused recipes and update conditions in non-data gen JSON — KnightMiner / githubweb
- Add height parameter to BackgroundContainerScreen — KnightMiner / githubweb
- Fix crash on startup from tags not being loaded yet — KnightMiner / githubweb
#2 (Jul 29, 2020, 3:06:49 AM)
- Update to 1.16 first pass — KnightMiner / githubweb
- Run data gen update — KnightMiner / githubweb
- Kill the proxy model, use client events instead — KnightMiner / githubweb
- Mapping rebase later — KnightMiner / githubweb
- Use EnumObject for all blocks/items with multiple variants — KnightMiner / githubweb
- Cleanup and formatting — KnightMiner / githubweb