This commit is contained in:
Anuken
2021-11-02 14:49:05 -04:00
parent 00f03d793f
commit 38f7d2dcd0
8 changed files with 16 additions and 12 deletions

View File

@@ -197,7 +197,7 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
}
//not allowed
state.rules.hiddenBuildItems.addAll(Items.copper, Items.titanium, Items.coal, Items.lead);
state.rules.hiddenBuildItems.addAll(Items.copper, Items.titanium, Items.coal, Items.lead, Items.blastCompound, Items.pyratite, Items.sporePod, Items.metaglass);
//it is very hot
state.rules.attributes.set(Attribute.heat, 0.8f);