Skip to content

Commit

Permalink
added barge reactor core block and texture for barge update
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherV authored and Gutin1 committed May 20, 2024
1 parent 64477d6 commit 9433922
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
12 changes: 12 additions & 0 deletions assets/horizonsend/models/block/starship/barge_reactor_core.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"particle": "horizonsend:block/starship/barge_reactor_core",
"north": "horizonsend:block/starship/barge_reactor_core",
"south": "horizonsend:block/starship/barge_reactor_core",
"east": "horizonsend:block/starship/barge_reactor_core",
"west": "horizonsend:block/starship/barge_reactor_core",
"up": "horizonsend:block/starship/reactor_core_frame_top",
"down": "horizonsend:block/starship/reactor_core_frame_top"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/minecraft/blockstates/brown_mushroom_block.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,19 @@
"up": false,
"down": true
}
},
{
"apply": {
"model": "horizonsend:block/starship/barge_reactor_core"
},
"when": {
"north": true,
"south": false,
"east": true,
"west": true,
"up": false,
"down": false
}
}
]
}
3 changes: 2 additions & 1 deletion assets/minecraft/models/item/iron_block.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{"predicate": {"custom_model_data": 1003}, "model": "horizonsend:item/industry/netherite_casing"},

{"predicate": {"custom_model_data": 2000}, "model": "horizonsend:item/starship/battlecruiser_reactor_core"},
{"predicate": {"custom_model_data": 2001}, "model": "horizonsend:item/starship/cruiser_reactor_core"}
{"predicate": {"custom_model_data": 2001}, "model": "horizonsend:item/starship/cruiser_reactor_core"},
{"predicate": {"custom_model_data": 2002}, "model": "horizonsend:item/starship/barge_reactor_core"}
]
}

0 comments on commit 9433922

Please sign in to comment.