Added hiddenBuildItems rule

This commit is contained in:
Anuken
2021-10-20 16:25:24 -04:00
parent 085a974350
commit 699364580e
3 changed files with 5 additions and 3 deletions

View File

@@ -901,7 +901,7 @@ public class Blocks implements ContentList{
}};
mendProjector = new MendProjector("mend-projector"){{
requirements(Category.effect, with(Items.lead, 100, Items.titanium, 25, Items.silicon, 40));
requirements(Category.effect, with(Items.lead, 100, Items.titanium, 25, Items.silicon, 40, Items.copper, 50));
consumes.power(1.5f);
size = 2;
reload = 250f;
@@ -1645,7 +1645,7 @@ public class Blocks implements ContentList{
shots = 4;
burstSpacing = 5;
inaccuracy = 10f;
range = 235f;
range = 240f;
xRand = 6f;
size = 2;
health = 300 * size * size;