File Details
Farmer's Delight 1.2.3 - 1.20.1
- R
- Aug 2, 2023
- 2.76 MB
- 7.3M
- 1.20.1
- Forge + 1
File Name
FarmersDelight-1.20.1-1.2.3.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Additions
- Added certain blocks to the
create:brittletag, to prevent them from being deleted randomly when disassembling contraptions; -
New tags:
farmersdelight:flat_on_cutting_board: Items which will always render flat and 2D when placed on a Cutting Board, to fix certain render cases.- Includes Trident and Spyglass by default, due to unique render cases;
- Optionally includes items from a few mods, such as Autumnity's Turkey and Supplementaries' Quiver;
Updates
-
Updated method of modifying stack sizes for BowlFoodItems:
- Changes are now done on game start, rather than calculated during
maxStackSize()calls; - The
overrideAllSoupItemsconfig option has been removed, due to performance and usability concerns;
- Changes are now done on game start, rather than calculated during
- Cooking recipes will now drop sensible remainders for vanilla items which don't have them configured;
- (1.20) Updated Basket textures to match the new Bamboo design and palette;
Fixes
- Fix potential performance issues involving the stack size override for BowlFoodItems (see above);
-
(1.18.2) Rollback and replacement to previous fix for Cutting Board's rendering issues with perspective items:
- The previous fix fails (and may crash) with some resource packs on 1.18.2, due to differences in how the method operates. On 1.19+, the fix works as intended;
- Instead of applying perspectives to determine 3D items, the
flat_on_cutting_boardtag will be used instead. Wrongly-angled items should be added to this tag;
Translations
-
Updated:
- ko_KR (thanks, Yusi0!);
- pl_PL (thanks, jogurciQ!);

