butn
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user