9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-24 09:29:33 +00:00

fix(resourcepack): 修复模型错误

This commit is contained in:
jhqwqmc
2025-03-18 16:21:46 +08:00
parent efbf273d65
commit 67cd99be55
3 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
{
"texture_size": [64, 64],
"textures": {
"0": "item/custom/bench"
"0": "item/custom/bench",
"particle": "item/custom/bench"
},
"elements": [
{

View File

@@ -1,7 +1,8 @@
{
"texture_size": [32, 32],
"textures": {
"0": "item/custom/table_lamp"
"0": "item/custom/table_lamp",
"particle": "item/custom/table_lamp"
},
"elements": [
{

View File

@@ -1,7 +1,8 @@
{
"texture_size": [32, 32],
"textures": {
"0": "item/custom/wooden_chair"
"0": "item/custom/wooden_chair",
"particle": "item/custom/wooden_chair"
},
"elements": [
{