sifter mesh

This commit is contained in:
2023-09-09 18:29:49 +02:00
parent e6095992a0
commit 3fcc8c0bc2
2 changed files with 4 additions and 9 deletions

View File

@@ -7,6 +7,6 @@ StartupEvents.registry('item', event => {
event.create('crushed_end_stone').material('clay').hardness(0.5).displayName('Crushed End Stone');
event.create('dust').material('sand').hardness(0.5).displayName('Dust');
event.create('desh_mesh','createsifter:mesh').displayName('Desh Mesh').parentModel("createsifter:block/meshes/mesh").texture("mesh","kubejs:item/desh_mesh");
//event.create('desh_mesh','createsifter:mesh').displayName('Desh Mesh').parentModel("createsifter:block/meshes/mesh").texture("mesh","kubejs:item/desh_mesh");
})