Glow, fixes
This commit is contained in:
parent
4578130799
commit
c0c34035f4
6 changed files with 46 additions and 20 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue