Extended crafting recipe tweaks (#374)
Changes a few recipes in Extended Crafting to fix/allow NBT-insignificant similar items to be used. Specifically, Watering Cans Range setting is ignored, and the log type required for the Skullfire Sword is no longer specific to Oak. /* Commits: */ * Changes the NBT tag required for the Creative Watering Can to use the default radius the watering can recipes output. * Allows all types of logs to be used for the SkullFire Sword Recipe --------- Co-authored-by: Jtex <58648760+Jtecx@users.noreply.github.com> Co-authored-by: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com>
This commit is contained in:
parent
afdedee1ee
commit
4a630c3e99
@ -567,7 +567,7 @@ makeExtremeRecipe9(<avaritia:skullfire_sword>,
|
||||
"N "],
|
||||
{ A : <ore:ingotCrystalMatrix>,
|
||||
B : <armorplus:material:2>,
|
||||
C : <minecraft:log>,
|
||||
C : <minecraft:log:*>,
|
||||
D : <armorplus:redstone_sword>,
|
||||
E : <armorplus:lapis_sword>,
|
||||
F : <armorplus:emerald_sword>,
|
||||
@ -720,10 +720,10 @@ makeExtremeRecipe9(<thermalcultivation:watering_can:32000>,
|
||||
" CCC ",
|
||||
" "],
|
||||
{ A : <thermalcultivation:watering_can>.withTag({Water:0, Mode:0}, false),
|
||||
B : <thermalcultivation:watering_can:1>.withTag({Water:0, Mode:0}, false),
|
||||
C : <thermalcultivation:watering_can:2>.withTag({Water:0, Mode:0}, false),
|
||||
D : <thermalcultivation:watering_can:3>.withTag({Water:0, Mode:0}, false),
|
||||
E : <thermalcultivation:watering_can:4>.withTag({Water:0, Mode:0}, false),
|
||||
B : <thermalcultivation:watering_can:1>.withTag({Water:0, Mode:1}, false),
|
||||
C : <thermalcultivation:watering_can:2>.withTag({Water:0, Mode:2}, false),
|
||||
D : <thermalcultivation:watering_can:3>.withTag({Water:0, Mode:3}, false),
|
||||
E : <thermalcultivation:watering_can:4>.withTag({Water:0, Mode:4}, false),
|
||||
I : <avaritia:resource:5>});
|
||||
|
||||
makeExtremeRecipe9(<solarflux:solar_panel_infinity>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user