Get to the copper!

- Some asset rewiring
This commit is contained in:
simibubi 2020-11-26 00:17:49 +01:00
parent 73e7df4227
commit 0b24523b8c
10 changed files with 12 additions and 12 deletions

View file

@ -491,7 +491,7 @@ bc23a91f300e46761bb14c597fad39c3d414e84d assets/create/models/block/brass_belt_f
dfc6250e28e12ff193a45891978ec50c406fc0c2 assets/create/models/block/brass_belt_funnel__pulling.json
5409325494780afe32e6e30377314e2992ca4aa5 assets/create/models/block/brass_belt_funnel__pushing.json
97410a12b7c1461f88fb633f26ff566a0636b627 assets/create/models/block/brass_belt_funnel__retracted.json
0934933df6bfbb19a1b14cd0e3cab2c18d5a3ebc assets/create/models/block/brass_block.json
71d0ad31d89d4ea3f243c6003b17f57fd168c933 assets/create/models/block/brass_block.json
166a5c053a81e6aadc24509ed24dc144a7255969 assets/create/models/block/brass_casing.json
838e7ab4c0c9d89eacfa078daf64995e505db896 assets/create/models/block/brass_funnel.json
6099ba0366065d15d3b2821474850a1ae85485ea assets/create/models/block/brass_funnel_powered.json

View file

@ -1,6 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "create:block/brass_block"
"all": "create:block/brass_storage_block"
}
}

View file

@ -564,7 +564,7 @@ public class AllBlocks {
.register();
public static final BlockEntry<ValveHandleBlock>[] DYED_VALVE_HANDLES = new BlockEntry[DyeColor.values().length];
static {
for (DyeColor colour : DyeColor.values()) {
String colourName = colour.getName();
@ -630,7 +630,7 @@ public class AllBlocks {
.item(BasinOperatorBlockItem::new)
.transform(customItemModel())
.register();
public static final BlockEntry<PortableStorageInterfaceBlock> PORTABLE_FLUID_INTERFACE =
REGISTRATE.block("portable_fluid_interface", PortableStorageInterfaceBlock::forFluids)
.initialProperties(SharedProperties::softMetal)
@ -1211,6 +1211,8 @@ public class AllBlocks {
public static final BlockEntry<MetalBlock> BRASS_BLOCK =
REGISTRATE.block("brass_block", p -> new MetalBlock(p, true))
.initialProperties(() -> Blocks.IRON_BLOCK)
.blockstate((c, p) -> p.simpleBlock(c.get(), p.models()
.cubeAll(c.getName(), p.modLoc("block/brass_storage_block"))))
.tag(Tags.Blocks.STORAGE_BLOCKS)
.transform(tagBlockAndItem("storage_blocks/brass"))
.tag(Tags.Items.STORAGE_BLOCKS)

View file

@ -3,9 +3,9 @@
"parent": "block/block",
"textures": {
"4": "create:block/copper_gearbox",
"8": "create:block/oxidized/copper_block_0",
"8": "create:block/copper_plating",
"9": "create:block/fluid_pipe",
"particle": "create:block/oxidized/copper_block_0"
"particle": "create:block/copper_plating"
},
"elements": [
{

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
{"meta":{"format_version":"3.2","model_format":"java_block","box_uv":false},"name":"rope","parent":"block/block","ambientocclusion":true,"front_gui_light":false,"resolution":{"width":16,"height":16},"elements":[{"name":"rope","from":[6,0,6],"to":[10,16,10],"autouv":0,"color":6,"locked":false,"origin":[7.75,0,8],"faces":{"north":{"uv":[0,0,4,16],"texture":0},"east":{"uv":[0,0,4,16],"texture":0},"south":{"uv":[0,0,4,16],"texture":0},"west":{"uv":[0,0,4,16],"texture":0},"up":{"uv":[0,0,4,4],"rotation":90,"texture":0},"down":{"uv":[0,0,4,4],"texture":0}},"uuid":"3f245b42-dde8-d34f-9f25-ae6eb2f322ae"}],"outliner":["3f245b42-dde8-d34f-9f25-ae6eb2f322ae"],"textures":[{"path":"C:\\Users\\krypp\\Documents\\Pixel Art\\Create Mod\\Pulley Pump\\copper_pulley_rope.png","name":"copper_pulley_rope.png","folder":"Pulley Pump","namespace":"create","id":"5","particle":true,"mode":"bitmap","saved":true,"uuid":"8ffc2f62-b5b6-1af9-ecc1-e22a9ae075aa","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAX0lEQVQ4T2M00tP4z8fLwfDp8w+GX7//MLCxsjCQwmfU0VT5r6IgwfDh0xe4IaTwGUddwEB5GLS1tf2Xl5dn0NDQYLhx4wbDw4cPGUjhMy5duvQ/uZpBlo2mgz/DIQwAKD7WmGK5ZIUAAAAASUVORK5CYII="}]}

View file

@ -7,9 +7,9 @@
"4": "create:block/copper_gearbox",
"5": "create:block/hose_pulley_rope",
"6": "create:block/hose_pulley_magnet",
"8": "create:block/oxidized/copper_block_0",
"8": "create:block/copper_plating",
"9": "create:block/fluid_pipe",
"particle": "create:block/oxidized/copper_block_0"
"particle": "create:block/copper_plating"
},
"elements": [
{

View file

@ -3,7 +3,7 @@
"parent": "block/block",
"textures": {
"0": "create:block/spout",
"particle": "create:block/oxidized/copper_block_0"
"particle": "create:block/copper_plating"
},
"elements": [
{

View file

@ -3,7 +3,7 @@
"parent": "block/block",
"textures": {
"0": "create:block/spout",
"particle": "create:block/oxidized/copper_block_0"
"particle": "create:block/copper_plating"
},
"elements": [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B