Temporary fix for Strat's Food Expansion Addon v1.5 Drinks Update, for Minecraft Bedrock 1.19
This fix works for Bedrock Server as well as for singleplayer. Tested working on Minecraft Bedrock 1.19.40
Fixes Cook Book not working and some crops unable to be planted. Includes a few minor quality of life improvements for the items being fixed, as detailed below.
First, download this repo. Check the latest Release on the right (under Releases) and download the .zip file. (Note: This doesn't contain the addon but only the fix.)
Alternatively clone this repository.
Then, see the instructions below for different cases. (In case you make some unintentional mistakes, or there is a bug which corrupts the world, feel free to backup your world first.)
-
Copy the folder "behavior_packs" from this repo
-
Open the directory where your minecraft worlds are saved, and navigate inside the folder of your desired minecraft world (sometimes the world folder name is obfuscated, try to see the timestamp of the files inside to find out your most recently played world)
-
Paste the folder copied in step 1 there, so that the copied folder merges with "behavior_packs" in step 2 and click Yes to overwrite prompt
-
Restart the server if you are using a server
If the above didn't fix the problem, probably your world does not save the behavior packs under its own folder, but under the root Minecaft folder.
-
Navigate to the root directory of your minecraft installation / server directory and check that "behavior_packs" folder is there
-
Copy the folder "behavior_packs" from this repo and paste at the directory mentioned above which contains "behavior_packs" folder. Click Yes to overwrite
-
Restart the server if you are using a server
-
Unzip the original Strat's Food Expansion .mcaddon
-
Inside the BP or behaviourpack folder of the unzipped folder, there will be folders named "blocks" and "items"
-
Copy the "blocks" and "items" folders from this repo, under "behavior_packs/Strat'sFoo" and paste it in the directory in step 2, click Yes to overwrite
-
Zip the topmost folders back and rename the file extension into .mcaddon again
-
If you have never installed the addon before, skip this step. Otherwise, delete the addon folder named "Strat'sFoo" or similar which are placed inside your world folder or root folder's behavior_packs and resource_packs folders, if you have installed the addon before.
-
Install/reinstall the edited .mcaddon file
When right clicking / pressing use, there is a sound effect but the page doesn't turn
Instead of doing transform-item, the replaceitem command is run, as per the method in Stratospheer's Bedrock port of Tinker's Construct, v1.6
When sneaking, opens previous page rather than the next.
- Code is also made more consistent with regards to 'swinging' animation - now this happens for opening previous page and not for opening next page, with the exceptions of the first and last page. First and last page each does swinging animation whether for opening the next page or the previous.
When planting a tomato, lettuce or tea crop on farmland, the farmland immediately becomes dirt and the crop reverts to become the seed item
Add "minecraft:breathability":"air" line for the block definition files of these three crops. The supplanting happens because the farmland thinks the crop that was just placed on it was a solid block, and the farmland becomes dirt as is expected in vanilla minecraft. If the crop block is counted as transparent or 'air', this issue is resolved.
Sound effect when harvesting the lettuce and tea crops with 'interact' button just like the tomato crop
All credit goes to the ones credited in Strat's Food Expansion Addon mcpedl.com page, including Stratospheer.