Create

Create

86M Downloads

Compacting can not be accessed in datapacks/craftweaker

UnifiedCheese opened this issue ยท 2 comments

commented

trying <recipetype:create:pressing>.addJSONRecipe("squishycoal", { "type": "create:compacting", "ingredients": [ { "tag": "minecraft:coals" } ], "results": [ { "item": "minecraft:stick" } ] }); gives the error [12:59:26.663][DONE][CLIENT][ERROR] Cannot override recipe type! Given: "create:compacting", Expected: "create:pressing"

commented

nevermind forgot to change recipetype to compacting