Posted January 31, 201510 yr I have a json file named myblock.json in the path assets.mymodid.models.block { "parent": "block/cube_all", "textures": { "up": mymodid:blocks/furnace_top", "down": "mymodid:blocks/dropper_front_horizontal", "north": "mymodid:blocks/dropper_front_horizontal", "south": "mymodid:blocks/dropper_front_horizontal", "east": "mymodid:blocks/dropper_front_horizontal", "west": "mymodid:blocks/dropper_front_horizontal" } } When I start minecraft, no error stacktrace in eclipse's console but there are some WARN messages like this: [18:25:39] [Client thread/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all If I don't use "parent": "block/cube_all" the WARN messages would't appear. In the game I found the particle of my custom block is the undefined texture. I wounder if it is normal? How can I change the block's particle?
January 31, 201510 yr Hi THis link will probably help http://greyminecraftcoder.blogspot.com.au/p/list-of-topics.html (See the three under Block Rendering) you want block/cube, not block/cube_all your block's particle is set using "particle": -TGG
January 31, 201510 yr Author Hi THis link will probably help http://greyminecraftcoder.blogspot.com.au/p/list-of-topics.html (See the three under Block Rendering) you want block/cube, not block/cube_all your block's particle is set using "particle": -TGG thank you, using cube_all is my miss.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.