MattCzyr / RealisticTorches

A Minecraft mod that causes torches to burn out after a configurable amount of time.
https://www.curseforge.com/minecraft/mc-mods/realistic-torches
Other
26 stars 12 forks source link

Vanilla torch recipe not successfully removed #31

Open seylerius opened 4 years ago

seylerius commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

Lystraeus commented 3 years ago

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

MattCzyr commented 3 years ago

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 commented 3 years ago

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

Winddbourne commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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.