Jump to content

[Solved] Need a little help with my 1st private mod - stones to rocks


LiamOwenWolfe

Recommended Posts

{
    ingredientPattern: "LL,LL",
    ingredients: {
        "L": { type: "item", code: "stone-*", name: "rock", allowedVariants: ["andesite", "chalk", "chert", "conglomerate", "limestone", "claystone", "granite", "sandstone", "shale", "basalt", "peridotite", "phyllite", "slate", "bauxite"] }
    },
    width: 2,
    height: 2,
    output: { type: "block", code: "rock-{rock}", quantity: 1 }
}

Please can someone tell me why this kills ALL grid recipes in 1.15.5? I am making a simple mistake somewhere but I can not see it.

All the mod is supposed to do is take a 2x2 grid of any stone type and output 1 raw stone block matching the input. I had it working just fine in 1.14x

Thanks

  • Wolf Bait 1
Link to comment
Share on other sites

  • LiamOwenWolfe changed the title to [Solved] Need a little help with my 1st private mod - stones to rocks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.