Version 5.4
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//This file adds a recipe to craft Redstone from the Pointed Redstone item
|
||||
ServerEvents.recipes(allthemods => {
|
||||
allthemods.shapeless(
|
||||
Item.of('minecraft:redstone', 1),
|
||||
[
|
||||
'regions_unexplored:pointed_redstone'
|
||||
]
|
||||
)
|
||||
})
|
||||
Reference in New Issue
Block a user