Skip to content

Commit

Permalink
Add missing files after running datagen
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexModder committed Dec 11, 2024
1 parent 0e4ac40 commit 943368e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "new_model_loader_test:block/obj_block"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "new_model_loader_test:block/obj_block_same_part_names"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"parent": "minecraft:block/orientable_with_bottom",
"flip_v": true,
"loader": "neoforge:obj",
"model": "new_model_loader_test:models/item/sugar_glider_same_part_names.obj",
"textures": {
"particle": "#qr",
"qr": "minecraft:block/oak_planks"
"bottom": "new_model_loader_test:block/obj_block_same_part_names_bottom",
"front": "new_model_loader_test:block/obj_block_same_part_names_front",
"qr": "minecraft:block/oak_planks",
"side": "new_model_loader_test:block/obj_block_same_part_names_side",
"top": "new_model_loader_test:block/obj_block_same_part_names_top"
}
}

0 comments on commit 943368e

Please sign in to comment.