disable sea lantern
This commit is contained in:
parent
ff7df341ad
commit
a65cbb2af7
2 changed files with 8 additions and 0 deletions
|
|
@ -342,6 +342,13 @@ const registerMinecraftRecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Светильник моря
|
||||
|
||||
event.remove({ id: 'minecraft:sea_lantern' })
|
||||
event.remove({ id: 'gtceu:assembler/sea_lantern' })
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Сырой призмарин ступень
|
||||
|
||||
event.remove({ id: 'minecraft:prismarine_stairs' })
|
||||
|
|
|
|||
|
|
@ -674,6 +674,7 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
'minecraft:baked_potato',
|
||||
'minecraft:end_rod',
|
||||
'minecraft:brush',
|
||||
'minecraft:sea_lantern',
|
||||
'minecraft:bookshelf',
|
||||
'minecraft:enchanted_book',
|
||||
'minecraft:repeating_command_block',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue