9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-04 15:41:38 +00:00

Merge pull request #46 from jhqwqmc/dev

fix(resourcepack): 修复模型错误
This commit is contained in:
XiaoMoMi
2025-03-18 16:35:06 +08:00
committed by GitHub
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": [
{