Added rebar concrete.
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:clinker_brick_model",
|
||||
"model": "engineersdecor:decor_full_block_model",
|
||||
"textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0" }
|
||||
},
|
||||
"variants": {
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "engineersdecor:decor_full_block_model",
|
||||
"textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture0" }
|
||||
},
|
||||
"variants": {
|
||||
"normal": [
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture0" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture1" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture2" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture3" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture4" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture5" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture6" } },
|
||||
{ "textures": { "all": "engineersdecor:blocks/concrete/rebar_concrete_texture7" } }
|
||||
],
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
|
@ -10,12 +10,14 @@ engineersdecor.tooltip.hint.extended=§6[§9SHIFT§r More info§6]§r
|
|||
engineersdecor.tooltip.hint.help=§6[§9CTRL-SHIFT§r Help§6]§r
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
# Wall blocks
|
||||
# Stone/"ceramic material" based blocks
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
tile.engineersdecor.clinker_brick_block.name=Clinker brick
|
||||
tile.engineersdecor.clinker_brick_block.help=§6A brick wall block with position dependent texture variations.§r\nLooks slightly darker and more color intensive than the vanilla brick block.
|
||||
tile.engineersdecor.slag_brick_block.name=Slag brick
|
||||
tile.engineersdecor.slag_brick_block.help=§6A gray-brown brick wall block with position dependent texture variations.
|
||||
tile.engineersdecor.rebar_concrete.name=Rebar concrete
|
||||
tile.engineersdecor.rebar_concrete.help=§6Steel reinforced concrete block.§r Expensive but Creeper-proof like obsidian.
|
||||
|
||||
#-----------------------------------------------------------------------------------------------------------
|
||||
# Ladder blocks
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{ "parent": "block/cube_all", "textures": { "all": "engineersdecor:blocks/clinker_brick/clinker_brick_texture0" } }
|
|
@ -114,7 +114,6 @@
|
|||
],
|
||||
"name": "ingotAnyBrick"
|
||||
},
|
||||
|
||||
{
|
||||
"ingredient": [
|
||||
{
|
||||
|
@ -127,6 +126,13 @@
|
|||
}
|
||||
],
|
||||
"name": "stickFerroMetal"
|
||||
},
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "immersiveengineering:stone_decoration",
|
||||
"data": 5
|
||||
},
|
||||
"name": "blockConcreteIe"
|
||||
}
|
||||
|
||||
]
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "engineersdecor:grc",
|
||||
"result": "engineersdecor:rebar_concrete",
|
||||
"required": ["immersiveengineering:stone_decoration"]
|
||||
}
|
||||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SCS",
|
||||
"CSC",
|
||||
"SCS"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "#blockConcreteIe",
|
||||
"data": 0
|
||||
},
|
||||
"S": {
|
||||
"item": "#stickSteel",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "engineersdecor:rebar_concrete",
|
||||
"count": 4
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 608 B |
After Width: | Height: | Size: 615 B |
After Width: | Height: | Size: 641 B |
After Width: | Height: | Size: 620 B |
After Width: | Height: | Size: 614 B |
After Width: | Height: | Size: 619 B |
After Width: | Height: | Size: 613 B |
After Width: | Height: | Size: 615 B |