Farmer's Delight, from Java to Bedrock
  • JavaScript 72.4%
  • mcfunction 27.6%
Find a file
Pupy200mine a662ccca95 - Changed block rotation from "block:rotation" to the vanilla "minecraft:cardinal_direction" implementation.
- Optimized several block models to use a single model instead of multiple similar ones.
- Added PBR textures for the Stove, Skillet, and Cooking Pot.
- Added fire particles to the Stove.
- Added missing sounds for placeable food.
- Changed the stove_on texture from blend_frames: true to blend_frames: false and adjusted the animation frame speed.
- Added a message that says "Needs to be on a Stove" when opening the Cooking Pot interface while it is not placed on a Stove.
2026-07-10 17:24:56 -07:00
packs - Changed block rotation from "block:rotation" to the vanilla "minecraft:cardinal_direction" implementation. 2026-07-10 17:24:56 -07:00
.gitignore - Added Onion Soup, Full Tatami Mat, Half Tatami Mat, Tatami Block, Canvas, etc 2026-07-08 18:38:12 -07:00
config.json Trying to understand language files and why it sometimes doesn't work... 2026-07-07 19:59:39 -07:00
LICENSE Initial commit 2026-06-08 17:01:11 -07:00
README.md Initial commit 2026-06-08 17:01:11 -07:00

FarmersDelightBedrock

Farmer's Delight, from Java to Bedrock