MinicraftPlus / minicraft-plus-revived

Minicraft+, an extension of Notch's original minicraft project, with tons more features.
GNU General Public License v3.0
466 stars 93 forks source link

Add recipe advancement adder to Recipes.java #574

Closed BenCheung0422 closed 5 months ago

BenCheung0422 commented 11 months ago

This provides an ability to generate recipes.json automatically with minor manual conflict fixing. This is directly copied from #445 because this occupies a high portion of changes within that pull request. This is regenerated again once either this or that pull request has been merged.

Recipe advancements removed (by keys):

Recipe advancements added (by keys):

Litorom commented 5 months ago

We are not renaming any items.

BenCheung0422 commented 5 months ago

This just renames the advancement keys. Stone is called stone, so I renamed the stone/rock level tools to "stone" instead of "rock", but only the code side.

Litorom commented 5 months ago

I won’t merge this until you change stone back to rock. It’s inconsistent and you shouldn’t change pre-existing names