How to remove the entire rom. #1335
-
Hi! I found a discussion that talked how to edit the rom and made a datapack that has just an empty rom but it doesn't remove the entire rom. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Unfortunately datapacks don't allow you to remove files - I believe vanilla has a similar issue where the easiest way to remove a recipe is to replace the recipe with an empty/malformed file. I suspect the only way you can really do this is just by editing the original jar and deleting the files from there. |
Beta Was this translation helpful? Give feedback.
-
Another way might be to use some kind of top level coroutine override. |
Beta Was this translation helpful? Give feedback.
Unfortunately datapacks don't allow you to remove files - I believe vanilla has a similar issue where the easiest way to remove a recipe is to replace the recipe with an empty/malformed file.
I suspect the only way you can really do this is just by editing the original jar and deleting the files from there.