This commit is contained in:
Anuken
2022-02-07 16:09:15 -05:00
parent 77410ce106
commit c5bffd887e
5 changed files with 17 additions and 5 deletions

View File

@@ -2131,7 +2131,7 @@ public class Blocks{
laserRange = 1000f;
autolink = false;
laserColor2 = Color.valueOf("ffd9c2");
laserScale = 0.65f;
laserScale = 0.8f;
}};
combustionGenerator = new BurnerGenerator("combustion-generator"){{