BethanyAngelstar Posted June 2, 2024 Posted June 2, 2024 (edited) I have a server that I own with my friend (we use a third-party server site like Akliz), and we play Cottage Witch on there, specifically version 1.16.6 as that's the newest version our server provider can support. We're having a great time, but we noticed a big issue: we can't make wool out of string. We have SO much string, but wool is trickier for us to get. Normally, on every other version of Minecraft we've played, we've been able to make wool from string. I even play a slightly older version of the modpack (1.16.0), and I'm able to make wool out of string and even string out of wool. However, in 1.16.6, we can't. I've looked through all of the mods I could think of (anything with tweak or craft in the name as well as the Create mod, JEI, farmers' mods, etc.), but I can't find anything that might be overriding the recipe. Is there something I'm missing? The recipe won't work with four pieces or even nine pieces of string. I've looked online for any sort of suggestions from someone else who might have a similar issue, but their issues were other mods that aren't in the Cottage Witch modpack. Any suggestions would be appreciated! Thank you. I just want to make the game enjoyable and relaxing for my friend, and this string/wool issue is getting really annoying in our adventures. I appreciate any tips or ideas. Thanks in advanced! Edited June 2, 2024 by BethanyAngelstar Added context Quote
TileEntity Posted June 2, 2024 Posted June 2, 2024 (edited) Referring to their GitHub, this was fixed in 1.16.7 by adding the recipe via KubeJS At \kubejs\server_scripts\recipes.js, add // wool event.shaped( Item.of('minecraft:white_wool'), [ 'AA ', 'AA ', ' ' ], { A: 'minecraft:string' } ) If you are not sure how to add it, backup the file before. Or download the 1.16.7 modpack build and overwrite the recipes.js in your server and the client modpack at \kubejs\server_scripts\ Edited June 2, 2024 by TileEntity 1 Quote Try my Modpack >>Link to Curseforge<<
BethanyAngelstar Posted June 4, 2024 Author Posted June 4, 2024 It took a little bit of fiddling with the server and a reset, but I was able to get the recipe working! Thank you so much! I really appreciate your reply. I sent my friend the instructions and the updated file to update on their end so we can continue our adventures. Thank you again! I hope you have an awesome week! 馃槃 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.