Fixed wall breaking particle issue.
This commit is contained in:
parent
0141971f39
commit
1012bf11ba
4 changed files with 13 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:wall/concrete_wall_default",
|
||||
"textures": {
|
||||
"wall": "immersiveengineering:blocks/stone_decoration_concrete",
|
||||
"particle": "immersiveengineering:blocks/stone_decoration_concrete"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:wall/concrete_wall_default",
|
||||
"textures": {
|
||||
"wall": "engineersdecor:blocks/concrete/rebar_concrete_texture0",
|
||||
"particle": "engineersdecor:blocks/concrete/rebar_concrete_texture0"
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"textures": {
|
||||
"wall": "engineersdecor:blocks/concrete/rebar_concrete_texture0",
|
||||
"particle": "engineersdecor:blocks/concrete/rebar_concrete_texture0"
|
||||
},
|
||||
"elements": [{
|
||||
"from": [7.9, 7.9, 7.9], "to": [8, 8, 8], "faces": { "down": {"texture": "#wall"} }
|
||||
}]
|
||||
}
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"credit": "I made this with the Blockbench",
|
||||
"textures": {
|
||||
"wall": "engineersdecor:blocks/concrete/rebar_concrete_texture0"
|
||||
"wall": "engineersdecor:blocks/concrete/rebar_concrete_texture0",
|
||||
"particle": "engineersdecor:blocks/concrete/rebar_concrete_texture0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue