butn
This commit is contained in:
parent
f57564d3a0
commit
81b3dcc8e4
1 changed files with 5 additions and 0 deletions
|
|
@ -326,6 +326,11 @@ const registerTFCItemTags = (event) => {
|
|||
event.add('tfc:forge_invisible_whitelist', 'greate:titanium_mechanical_pump')
|
||||
|
||||
event.add('forge:mushrooms', 'tfc:plant/artists_conk')
|
||||
|
||||
global.TFC_STONE_TYPES.forEach(stone => {
|
||||
event.add('minecraft:stone_buttons', `tfc:rock/button/${stone}`)
|
||||
event.add('minecraft:buttons', `tfc:rock/button/${stone}`)
|
||||
})
|
||||
}
|
||||
|
||||
const registerTFCBlockTags = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue