Localization functionality cleanup. Milker fluid transfer added. Sandstone Ornamented Clinker added.

This commit is contained in:
stfwi 2020-08-28 21:31:38 +02:00
parent 45fed1f374
commit dccd02c40d
27 changed files with 255 additions and 36 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"facing=north": { "model": "engineersdecor:block/brick/clinker_brick_sastor_corner_model" },
"facing=south": { "model": "engineersdecor:block/brick/clinker_brick_sastor_corner_model", "y":180 },
"facing=west": { "model": "engineersdecor:block/brick/clinker_brick_sastor_corner_model", "y":270 },
"facing=east": { "model": "engineersdecor:block/brick/clinker_brick_sastor_corner_model", "y":90 },
"facing=up": { "model": "engineersdecor:block/brick/clinker_brick_sastor_up_model" },
"facing=down": { "model": "engineersdecor:block/brick/clinker_brick_sastor_down_model" }
}
}

View file

@ -196,6 +196,8 @@
"block.engineersdecor.slag_brick_stairs.help": "§6Gray-brown brick stairs.",
"block.engineersdecor.slag_brick_wall": "Slag Brick Wall",
"block.engineersdecor.slag_brick_wall.help": "§6Simplistic Slag Brick Wall.",
"block.engineersdecor.clinker_brick_sastor_corner_block": "Sandstone Ornamented Clinker Brick Corner",
"block.engineersdecor.clinker_brick_sastor_corner_block.help": "§6Quoin decoration for clinker wall accentuation.",
"block.engineersdecor.small_block_breaker": "Small Block Breaker",
"block.engineersdecor.small_block_breaker.help": "§6Breaks blocks in front of it.§r\nCan be disabled by applying a redstone signal. The time needed to destroy a block depends on the hardness of that block. ${!block_breaker_requires_power?engineersdecor.tooltip.massive_speed_boost_with_rf_power} ${block_breaker_requires_power?engineersdecor.tooltip.requires_rf_power}",
"block.engineersdecor.small_block_breaker.status": "SOC: %1$s%% of %2$sRF§r | progress: %3$s%%",

View file

@ -0,0 +1,24 @@
{
"parent": "block/block",
"textures": {
"d": "engineersdecor:block/clinker_brick/clinker_brick_sastor_corner_down_texture",
"n": "engineersdecor:block/clinker_brick/clinker_brick_sastor_corner_side_texture",
"particle": "engineersdecor:block/clinker_brick/clinker_brick_texture0",
"s": "engineersdecor:block/clinker_brick/clinker_brick_texture0",
"u": "engineersdecor:block/clinker_brick/clinker_brick_sastor_corner_up_texture"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [16, 0, 0, 16], "texture": "#n", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#n", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#s", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#s", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#u", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#d", "cullface": "down"}
}
}
]
}

View file

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "engineersdecor:block/clinker_brick/clinker_brick_texture0",
"down": "engineersdecor:block/clinker_brick/clinker_brick_sastor_upplate_top_texture",
"up": "engineersdecor:block/clinker_brick/clinker_brick_texture0",
"north": "engineersdecor:block/clinker_brick/clinker_brick_sastor_downplate_side_texture",
"south": "engineersdecor:block/clinker_brick/clinker_brick_sastor_downplate_side_texture",
"west": "engineersdecor:block/clinker_brick/clinker_brick_sastor_downplate_side_texture",
"east": "engineersdecor:block/clinker_brick/clinker_brick_sastor_downplate_side_texture"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "engineersdecor:block/clinker_brick/clinker_brick_texture0",
"down": "engineersdecor:block/clinker_brick/clinker_brick_texture0",
"up": "engineersdecor:block/clinker_brick/clinker_brick_sastor_upplate_top_texture",
"north": "engineersdecor:block/clinker_brick/clinker_brick_sastor_upplate_side_texture",
"south": "engineersdecor:block/clinker_brick/clinker_brick_sastor_upplate_side_texture",
"west": "engineersdecor:block/clinker_brick/clinker_brick_sastor_upplate_side_texture",
"east": "engineersdecor:block/clinker_brick/clinker_brick_sastor_upplate_side_texture"
}
}

View file

@ -0,0 +1 @@
{ "parent": "engineersdecor:block/brick/clinker_brick_sastor_corner_model" }

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "clinker_brick_sastor_corner_block_dlt",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:copy_name",
"source": "block_entity"
}
],
"name": "engineersdecor:clinker_brick_sastor_corner_block"
}
]
}
]
}

View file

@ -0,0 +1,29 @@
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "engineersdecor:clinker_brick_sastor_corner_block",
"required": ["engineersdecor:clinker_brick_block"]
}
],
"recipe": {
"type": "minecraft:crafting_shaped",
"pattern": [
"BS",
"SB"
],
"key": {
"B": { "item": "engineersdecor:clinker_brick_block" },
"S": { "item": "minecraft:sandstone_stairs" }
},
"result": {
"item": "engineersdecor:clinker_brick_sastor_corner_block",
"count": 4
}
}
}
]
}