Jump to content

Cottage Witch server won't let us make wool from string


Recommended Posts

Posted (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 by BethanyAngelstar
Added context
Link to comment
Share on other sites

Posted (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 by TileEntity
  • Thanks 1
Link to comment
Share on other sites

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! 😄

  • Like 1
Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.