Fix missing newline

This commit is contained in:
IntegratedQuantum 2025-03-24 20:38:58 +01:00
parent 1c2899eafd
commit 005fb6a3aa
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
.model = "cubyz:plane",
.states = 4,
},
.rotation = .texturePile,
.rotation = .texture_pile,
.texture0 = "cubyz:duckweed/0",
.texture1 = "cubyz:duckweed/1",
.texture2 = "cubyz:duckweed/2",

View File

@ -90,4 +90,4 @@ pub fn canBeChangedInto(oldBlock: Block, newBlock: Block, item: main.items.ItemS
}
},
}
}
}