Skip to content

Commit

Permalink
Remove Applied Energistics and Refined Storage from block blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMartijn642 committed Apr 19, 2024
1 parent dc8eee4 commit bb6f706
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.supermartijn642.entangled.generators;

import com.supermartijn642.core.data.tag.entries.NamespaceTagEntry;
import com.supermartijn642.core.generator.ResourceCache;
import com.supermartijn642.core.generator.TagGenerator;
import com.supermartijn642.core.registry.Registries;
Expand All @@ -22,9 +21,7 @@ public void generate(){
this.blockMineableWithPickaxe().add(Entangled.block);

// Blacklist tags
this.blockTag(EntangledBlockEntity.BLACKLISTED_BLOCKS)
.addOptional(new NamespaceTagEntry("ae2"))
.addOptional(new NamespaceTagEntry("refinedstorage"));
this.blockTag(EntangledBlockEntity.BLACKLISTED_BLOCKS);
this.blockTag(EntangledBlockEntityRenderer.BLACKLISTED_BLOCKS);
this.tag(Registries.BLOCK_ENTITY_TYPES, EntangledBlockEntityRenderer.BLACKLISTED_ENTITIES)
.addOptional("tconstruct", "smeltery")
Expand Down

0 comments on commit bb6f706

Please sign in to comment.