missing log block tags on ad astra logs
This commit is contained in:
parent
23dd0eb36f
commit
16b4fea87b
1 changed files with 13 additions and 0 deletions
|
|
@ -308,6 +308,19 @@ const registerAdAstraBlockTags = (event) => {
|
|||
|
||||
event.remove('ad_astra:strophar_caps', 'ad_astra:strophar_cap')
|
||||
event.remove('ad_astra:aeronos_caps', 'ad_astra:aeronos_cap')
|
||||
|
||||
global.AD_ASTRA_WOOD.forEach(wood => {
|
||||
|
||||
if (wood.log) {
|
||||
event.add('minecraft:logs', wood.log)
|
||||
event.add('minecraft:logs_that_burn', wood.log)
|
||||
}
|
||||
|
||||
if (wood.stripped_log) {
|
||||
event.add('minecraft:logs', wood.stripped_log)
|
||||
event.add('minecraft:logs_that_burn', wood.stripped_log)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
const registerAdAstraBiomeTags = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue