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

Can't Craft realistic torches #44

Open
HyperCodec opened this issue Jun 12, 2021 · 11 comments
Open

Can't Craft realistic torches #44

HyperCodec opened this issue Jun 12, 2021 · 11 comments

Comments

@HyperCodec
Copy link

The realistic torches won't craft, and only the normal torch recipe works. Maybe you could simply modify the vanilla torch instead of making a new item?

@voxelli
Copy link

voxelli commented Jun 13, 2021

I believe this has to do with realistictorches:unlit_torch not being properly registered. I don't have my development env set up, but it looks like the problem is a simple typo:

new UnlitTorchItem(new Item.Properties()).setRegistryName(new ResourceLocation(RealisticTorches.MODID, UnlitTorchItem.NAME)),

There is an extra ).

@Felix-FTW
Copy link

The mod was working fine until I made a copy of my world, now I can't craft unlit torches

@HyperCodec
Copy link
Author

The mod was working fine until I made a copy of my world, now I can't craft unlit torches

Do you know if this is fixed yet?

@HyperCodec
Copy link
Author

This issue has been open for a year

@Felix-FTW
Copy link

Felix-FTW commented Oct 11, 2022 via email

@HyperCodec
Copy link
Author

yeah im pretty sure the mod is abandoned, it hasnt been updated past 1.16 i can probably get a guy to update it in the future if you have the money, look up arcane studios on discord, they have mod devs on there in the meantime, look at the code i put in the comments or check out that "Restric Recipes" mod

I could probably update the mod myself — it can't be that hard — rather than making someone else do it. The problem I see here is, if this is truly abandoned, no one will be there to accept a pull request.

@MattCzyr
Copy link
Owner

I could probably update the mod myself — it can't be that hard — rather than making someone else do it. The problem I see here is, if this is truly abandoned, no one will be there to accept a pull request.

I'm still around and able to accept the PR if someone wants to update this mod. I just haven't had the time to do it myself as I've been prioritizing my other mods for quite a while.

@Felix-FTW
Copy link

Felix-FTW commented Oct 12, 2022 via email

@HyperCodec
Copy link
Author

I believe this has to do with realistictorches:unlit_torch not being properly registered. I don't have my development env set up, but it looks like the problem is a simple typo:

new UnlitTorchItem(new Item.Properties()).setRegistryName(new ResourceLocation(RealisticTorches.MODID, UnlitTorchItem.NAME)),

There is an extra ).

I don't see how there is an extra ). Looks the same as the rest.

@MattCzyr
Copy link
Owner

MattCzyr commented Nov 6, 2022

I've got some time to come back to this mod, and I looked into this issue. I wasn't able to recreate it myself (in my testing, unlit torches can be crafted as intended), but I have an idea of what might be causing it for others. If either of you are still facing this issue, try this file and see if it persists:

https://www.dropbox.com/s/6lkoymjstb5hpu5/RealisticTorches-1.16.5-3.1.3-beta.jar?dl=0

Note, I also updated to the latest Forge version for 1.16.5, so make sure you're using the latest version.

@HyperCodec
Copy link
Author

I've got some time to come back to this mod, and I looked into this issue. I wasn't able to recreate it myself (in my testing, unlit torches can be crafted as intended), but I have an idea of what might be causing it for others. If either of you are still facing this issue, try this file and see if it persists:

https://www.dropbox.com/s/6lkoymjstb5hpu5/RealisticTorches-1.16.5-3.1.3-beta.jar?dl=0

Note, I also updated to the latest Forge version for 1.16.5, so make sure you're using the latest version.

I'll go find out what version and such I am using and get back to you (should be on Monday bc busy tomorrow)

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

No branches or pull requests

4 participants