Skip to content
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

Vanilla torch recipe not successfully removed #31

Open
seylerius opened this issue Jul 6, 2020 · 11 comments
Open

Vanilla torch recipe not successfully removed #31

seylerius opened this issue Jul 6, 2020 · 11 comments
Labels

Comments

@seylerius
Copy link

On 1.15.2, the standard stick+coal torch recipe produced vanilla torches. Both the realistic torch recipe and the vanilla torch recipe are present. No error messages from this mod in the log.

@firefancy
Copy link

I'm having this problem too. Did you start a new save, or did you resume a save that you had before you installed the mod? In the issue that I posted, I noticed that when I resumed playing a save that I had before installing the mod, this mod would do exactly this. When I started a brand new save, the mod worked as intended.

@Rotzo
Copy link

Rotzo commented Jul 23, 2020

i have the same problem, even on a new save.

@MattCzyr MattCzyr added the bug label Dec 29, 2020
@Lystraeus
Copy link

Bug still exists on a resumed save in version 3.1.0 for 1.16.4

@MattCzyr
Copy link
Owner

Might be fixed in this beta version -- haven't been able to recreate it myself. Try it out and let me know:

https://www.dropbox.com/s/0r3085jrdb3sf2z/RealisticTorches-1.16.4-3.1.2-beta.jar?dl=0

@EleventhOne
Copy link

Dear developer, the bug persists on 1.6.5 version: 3.1.2 just letting you know, take your time

@Winddbourne
Copy link

Yup, I can't even pull an unlit torch out of the creative inventory. It doesn't seem to exist so I can't even fix the problem with a data pack while you work on things. Hope you get this taken care of ASAP.

@MattCzyr
Copy link
Owner

Yup, I can't even pull an unlit torch out of the creative inventory. It doesn't seem to exist so I can't even fix the problem with a data pack while you work on things. Hope you get this taken care of ASAP.

Unlit torches do exist, just not in the creative inventory. The ID is realistictorches:unlit_torch.

@qwitwa
Copy link

qwitwa commented May 17, 2021

A workaround for now - remove the vanilla recipe with CraftTweaker. Here's a one line CraftTweaker script that still allows creating torches with glowstone paste:

craftingTable.removeByRegex("minecraft:torch");

@lunafoxfire
Copy link

Can confirm that this problem still exists. It can be worked around with datapacks though. Just add an empty recipe at data/minecraft/recipes/torch.json

@NixityNull
Copy link

A workaround for now - remove the vanilla recipe with CraftTweaker. Here's a one line CraftTweaker script that still allows creating torches with glowstone paste:

craftingTable.removeByRegex("minecraft:torch");

What if you don't know how to use crafttweaker? I find it super confusing and frustrating because it doesn't have a config file and idk how to get to the file to edit.

@marioessig
Copy link

A workaround for now - remove the vanilla recipe with CraftTweaker. Here's a one line CraftTweaker script that still allows creating torches with glowstone paste:

craftingTable.removeByRegex("minecraft:torch");

Does not work while on server. It does work when playing in a singleplayer world.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests