-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unchiselable blocks #4049
Comments
this still isnt fixed ;-; |
I just fixed diamond and emerald blocks and opened a pull request. Looking at prismarine now while I'm waiting on paperclips |
could you link the PR or tell me how you updated it so I can update this for my server. |
#4604 |
Hey @eturner could I also add Prismarine the same way you did diamonds and emerald blocks? |
Hey this worked a charm. To also fix prismarine In your instance folder, open 'scripts/crafttweaker/integrations/mods/chisel.zs', add this at line 78 and 79
|
A problem everybody should be aware of is that these blocks are broken in the iChisel GUI. You can't chisel the vanilla blocks, and you can't make the chiseled blocks vanilla. You need to put them on the ground and left click, or use the regular chisel GUI. Something to do with having two chisel block groups. And I did see that prismarine was intentionally disabled in this commit to fix duping prismarine shards with the uncrafting table. Just a few lines down in 'scripts/crafttweaker/integrations/mods/chisel.zs'. But imo, it's not worth disabling blocks over a few prismarine shards when the uncrafter can turn string into superium. |
|
Oh that makes sense. I had accidentally left those lines commented out when I tried your fix. Works great so far. |
As per issue #3932 We're also unable to chisel Prismarine, Diamond and Emerald blocks.
You can chisel them if you take a pre-chiselled block from creative mode but cannot chisel the standard block.
The text was updated successfully, but these errors were encountered: