#2870 fix rnr roof tags, remove framing stair/slab compat with additional placements

This commit is contained in:
Pyritie 2026-01-31 13:09:45 +00:00
parent bd3895e217
commit 14d20f48da
4 changed files with 32 additions and 3 deletions

View file

@ -87,6 +87,7 @@ ServerEvents.tags('block', event => {
registerMoreRedBlockTags(event)
registerHotOrNotBlockTags(event)
registerRailWaysBlockTags(event)
registerRnrBlockTags(event)
registerSophisticatedBackpacksBlockTags(event)
registerSpeciesBlockTags(event)
registerTACZBlockTags(event)