WolfyScript / CustomCrafting

Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities.
https://modrinth.com/plugin/customcrafting
GNU General Public License v3.0
114 stars 36 forks source link

CurseForge installation does not work #240

Closed CJ-Studios-7 closed 1 year ago

CJ-Studios-7 commented 1 year ago

The Problem

You have a CurseForge download page but you cannot use the mod on CurseForge. When you click on "Install on CurseForge app" there is an error that says Manifest file does not exist. This is likely because the mod isn't Fabric or Forge.

Solution

Is there any way I can get the mod to work on Forge? That could be very useful for an event I am hosting.

Alternatives

Maybe a way for the mod to work on Fabric? Also do I need Bukkit or can I install directly into my world?

Additional Context

I'm trying to code in a craft that creates an item that can be used to summon a final boss. Everything else is figured out but I don't know how to make it so that I can have a crafting recipe for a custom item using data packs so I turned to this. :p image_2023-03-14_204507507

Submit issue

WolfyScript commented 1 year ago

Not sure what the install button is doing there anyways. The plugin is listed on CurseForge under the Bukkit category and therefor you need a Spigot (A extension of Bukkit; pure bukkit is no longer a thing) server to run it.

There are ways to integrate the Spigot API on a Forge server, but that is currently not supported by CustomCrafting nor WolfyUtilities. I plan to make a Sponge implementation in the future to make it work on Forge servers, but that'll still take time.

For now you are better off using an actual Forge mod to add crafting recipes. I can't tell you were to find those, but I am sure there must be mod for this. Otherwise Datapacks are a thing and have gotten a lot more powerful over the years.

CJ-Studios-7 commented 1 year ago

Its all good I coded a custom datapack that did what I needed, but thanks anyway!