fixs #1506
This commit is contained in:
parent
a3b1fac817
commit
0e2114fea7
2 changed files with 4 additions and 0 deletions
|
|
@ -1115,6 +1115,8 @@ const registerMinecraftRecipes = (event) => {
|
|||
|
||||
event.shapeless('8x minecraft:bone_meal', ['#forge:tools/mortars', 'minecraft:skeleton_skull'])
|
||||
|
||||
event.replaceInput({ id: 'minecraft:writable_book' }, 'minecraft:ink_sac', '#forge:dyes/black')
|
||||
|
||||
//Pressure Plates
|
||||
const PRESSURE_PLATES = [
|
||||
{type: 'bamboo', material: 'minecraft:bamboo_slab'},
|
||||
|
|
|
|||
|
|
@ -81,6 +81,8 @@ const registerMinecraftItemTags = (event) => {
|
|||
|
||||
event.add('tfc:compost_greens', 'minecraft:nether_wart_block')
|
||||
event.add('tfc:compost_greens', 'minecraft:warped_wart_block')
|
||||
|
||||
event.add('forge:dyes/black', 'minecraft:ink_sac')
|
||||
}
|
||||
|
||||
const registerMinecraftBlockTags = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue