init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
6
kubejs/server_scripts/mods/redstone_clock.js
Normal file
6
kubejs/server_scripts/mods/redstone_clock.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/**
|
||||
* Custom recipes for the redstoneclock mod
|
||||
*/
|
||||
ServerEvents.recipes(event => {
|
||||
event.replaceInput({ id: "redstoneclock:redstone_clock" }, "minecraft:bell", "#forge:storage_blocks/redstone")
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue