This commit is contained in:
Anuken
2021-11-06 22:21:46 -04:00
parent da49328412
commit 09a934385e
5 changed files with 12 additions and 5 deletions

View File

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