FoundationGames / Sandwichable

Customizable Sandwich mod for Minecraft
MIT License
32 stars 28 forks source link

[Request] make tags for items #107

Closed TheDrawingCoder-Gamer closed 3 years ago

TheDrawingCoder-Gamer commented 3 years ago

Description Briefly describe here what you think should be added or changed about Sandwichable. I'm working on making a mod that adds more compatibility between Sandwichable and croptopia and it would be much easier if you used tags. For example I know no way to make croptopias cucumbers act like sandwichables cucumbers when it comes to pickle jars. Croptopia already does this, as i can extend its classes (i.e. add more salts)

Problem or Reasoning Here you can go into detail about why you think this feature or change should be made to Sandwichable. It would make making extensions for the mod much easier, as you could just make a tag file and know that the recipe will work. How it will work Explain the mechanics and implications of this feature or change. It's always nice to be detailed. Instead of directly referencing items you reference tags. This is already used for bread, but I'd like to see it for other items like cucumbers and cultures, as some things are hard to extend.

FoundationGames commented 3 years ago

Was added in 1.2, includes croptopia items for compatibility https://github.com/FoundationGames/Sandwichable/tree/indev/src/main/resources/data/c/tags/items

TheDrawingCoder-Gamer commented 3 years ago

cool