depots are now forge insulation
This commit is contained in:
parent
3dce03058a
commit
2de2c7793e
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
## Unreleased
|
||||
### Changes
|
||||
- Create Depots now count as forge insulation, so a basin can output directly onto one @Pyritie
|
||||
### Bug fixes
|
||||
### Translation updates
|
||||
|
||||
|
|
|
|||
|
|
@ -476,6 +476,7 @@ function registerTFCBlockTags(event) {
|
|||
const brick_blacklist = "drying|slab|stairs|wall|additionalplacements";
|
||||
event.add("tfc:bloomery_insulation", `/^(?=.*brick)(?!.*(${brick_blacklist})).*/`);
|
||||
event.add("tfc:forge_insulation", `/^(?=.*brick)(?!.*(${brick_blacklist})).*/`);
|
||||
event.add("tfc:forge_insulation", 'create:depot');
|
||||
|
||||
global.TFC_STONE_TYPES.forEach((stone) => {
|
||||
event.add("minecraft:stone_buttons", `tfc:rock/button/${stone}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue