More environmental support

This commit is contained in:
Anuken
2021-06-18 09:31:28 -04:00
parent b77b89abfb
commit 5d8f6d7c97
8 changed files with 9 additions and 1 deletions

View File

@@ -742,6 +742,7 @@ public class Blocks implements ContentList{
hasItems = true;
hasPower = true;
outputItem = new ItemStack(Items.pyratite, 1);
envEnabled |= Env.space;
size = 2;
@@ -755,6 +756,7 @@ public class Blocks implements ContentList{
hasPower = true;
outputItem = new ItemStack(Items.blastCompound, 1);
size = 2;
envEnabled |= Env.space;
consumes.items(with(Items.pyratite, 1, Items.sporePod, 1));
consumes.power(0.40f);