Glow, fixes

This commit is contained in:
paulevsGitch 2020-10-05 03:40:47 +03:00
parent 4578130799
commit c0c34035f4
6 changed files with 46 additions and 20 deletions

View file

@ -24,7 +24,8 @@ public class BlockBenchToFabricJava {
string = string
.replace("ModelRenderer", "ModelPart")
.replace("setRotationPoint", "setPivot")
.replace("addBox", "addCuboid");
.replace("addBox", "addCuboid")
.replace(", false", "");
if (write)
wr.write(string + "\n");