mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-07 22:16:44 +01:00
Added a dissassembly recipe for meadowbrook's staff and make it a valid fuel item (equivalent to 3 sticks)
This commit is contained in:
parent
77bf8aa1de
commit
a8c1319572
2 changed files with 11 additions and 1 deletions
|
@ -158,7 +158,7 @@ public interface UItems {
|
|||
FuelRegistry.INSTANCE.add(DRAGON_BREATH_SCROLL, 20000);
|
||||
FuelRegistry.INSTANCE.add(BUTTERFLY, 2);
|
||||
FuelRegistry.INSTANCE.add(SPELLBOOK, 9000);
|
||||
|
||||
FuelRegistry.INSTANCE.add(MEADOWBROOKS_STAFF, 300);
|
||||
|
||||
CompostingChanceRegistry.INSTANCE.add(GREEN_APPLE, 0.65F);
|
||||
CompostingChanceRegistry.INSTANCE.add(SWEET_APPLE, 0.65F);
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{ "item": "unicopia:meadowbrooks_staff" }
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:stick",
|
||||
"count": 2
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue