Skip to content

Commit

Permalink
supported catwalks
Browse files Browse the repository at this point in the history
  • Loading branch information
AstralOrdana committed Jan 21, 2024
1 parent e7e36b5 commit fe8dffa
Show file tree
Hide file tree
Showing 25 changed files with 560 additions and 145 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"variants": {
"": {
"model": "createdeco:block/andesite_catwalk"
"multipart": [
{
"apply": {
"model": "createdeco:block/andesite_catwalk"
}
},
{
"apply": {
"model": "createdeco:block/andesite_catwalk_support"
},
"when": {
"bottom": "true"
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"variants": {
"": {
"model": "createdeco:block/brass_catwalk"
"multipart": [
{
"apply": {
"model": "createdeco:block/brass_catwalk"
}
},
{
"apply": {
"model": "createdeco:block/brass_catwalk_support"
},
"when": {
"bottom": "true"
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"variants": {
"": {
"model": "createdeco:block/copper_catwalk"
"multipart": [
{
"apply": {
"model": "createdeco:block/copper_catwalk"
}
},
{
"apply": {
"model": "createdeco:block/copper_catwalk_support"
},
"when": {
"bottom": "true"
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"variants": {
"": {
"model": "createdeco:block/industrial_iron_catwalk"
"multipart": [
{
"apply": {
"model": "createdeco:block/industrial_iron_catwalk"
}
},
{
"apply": {
"model": "createdeco:block/industrial_iron_catwalk_support"
},
"when": {
"bottom": "true"
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"variants": {
"": {
"model": "createdeco:block/iron_catwalk"
"multipart": [
{
"apply": {
"model": "createdeco:block/iron_catwalk"
}
},
{
"apply": {
"model": "createdeco:block/iron_catwalk_support"
},
"when": {
"bottom": "true"
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"variants": {
"": {
"model": "createdeco:block/zinc_catwalk"
"multipart": [
{
"apply": {
"model": "createdeco:block/zinc_catwalk"
}
},
{
"apply": {
"model": "createdeco:block/zinc_catwalk_support"
},
"when": {
"bottom": "true"
}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "createdeco:block/catwalk_support",
"textures": {
"0": "createdeco:block/palettes/support/andesite_support",
"particle": "createdeco:block/palettes/support/andesite_support"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "createdeco:block/catwalk_support",
"textures": {
"0": "createdeco:block/palettes/support/brass_support",
"particle": "createdeco:block/palettes/support/brass_support"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "createdeco:block/catwalk_support",
"textures": {
"0": "createdeco:block/palettes/support/copper_support",
"particle": "createdeco:block/palettes/support/copper_support"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "createdeco:block/catwalk_support",
"textures": {
"0": "createdeco:block/palettes/support/industrial_iron_support",
"particle": "createdeco:block/palettes/support/industrial_iron_support"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "createdeco:block/catwalk_support",
"textures": {
"0": "createdeco:block/palettes/support/iron_support",
"particle": "createdeco:block/palettes/support/iron_support"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "createdeco:block/catwalk_support",
"textures": {
"0": "createdeco:block/palettes/support/zinc_support",
"particle": "createdeco:block/palettes/support/zinc_support"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,47 @@
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
"entries": [
{
"condition": "minecraft:survives_explosion"
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "createdeco:andesite_catwalk"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 0.0,
"function": "minecraft:set_count"
},
{
"add": true,
"conditions": [
{
"block": "createdeco:andesite_catwalk",
"condition": "minecraft:block_state_property",
"properties": {
"bottom": "true"
}
}
],
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "createdeco:andesite_catwalk"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,47 @@
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
"entries": [
{
"condition": "minecraft:survives_explosion"
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "createdeco:brass_catwalk"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 0.0,
"function": "minecraft:set_count"
},
{
"add": true,
"conditions": [
{
"block": "createdeco:brass_catwalk",
"condition": "minecraft:block_state_property",
"properties": {
"bottom": "true"
}
}
],
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "createdeco:brass_catwalk"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,47 @@
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
"entries": [
{
"condition": "minecraft:survives_explosion"
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "createdeco:copper_catwalk"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 0.0,
"function": "minecraft:set_count"
},
{
"add": true,
"conditions": [
{
"block": "createdeco:copper_catwalk",
"condition": "minecraft:block_state_property",
"properties": {
"bottom": "true"
}
}
],
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "createdeco:copper_catwalk"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,47 @@
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
"entries": [
{
"condition": "minecraft:survives_explosion"
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "createdeco:industrial_iron_catwalk"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 0.0,
"function": "minecraft:set_count"
},
{
"add": true,
"conditions": [
{
"block": "createdeco:industrial_iron_catwalk",
"condition": "minecraft:block_state_property",
"properties": {
"bottom": "true"
}
}
],
"count": 1.0,
"function": "minecraft:set_count"
}
],
"name": "createdeco:industrial_iron_catwalk"
}
],
Expand Down
Loading

0 comments on commit fe8dffa

Please sign in to comment.