-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement, refactor: Added more support for Copycats+ block armor p…
…roperties - Switched to using id references instead of field references for better old version compatibility
- Loading branch information
1 parent
5ce3b73
commit cde4160
Showing
15 changed files
with
123 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/copycats/block_armor/copycat_cogwheel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"default_toughness": 0.25, | ||
"material_toughness_multiplier": 0.25, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/copycats/block_armor/copycat_fluid_pipe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"default_toughness": 0.25, | ||
"material_toughness_multiplier": 0.25, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/copycats/block_armor/copycat_glass_fluid_pipe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"default_toughness": 0.25, | ||
"material_toughness_multiplier": 0.25, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/copycats/block_armor/copycat_iron_trapdoor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"default_toughness": 1.25, | ||
"material_toughness_multiplier": 1.25, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/copycats/block_armor/copycat_ladder.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"default_toughness": 0.5, | ||
"material_toughness_multiplier": 0.5, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/copycats/block_armor/copycat_large_cogwheel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"default_toughness": 0.25, | ||
"material_toughness_multiplier": 0.25, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/copycats/block_armor/copycat_shaft.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"default_toughness": 0.25, | ||
"material_toughness_multiplier": 0.25, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/copycats/block_armor/copycat_slope.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"default_toughness": 0.5, | ||
"material_toughness_multiplier": 0.5, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1 | ||
} |
14 changes: 14 additions & 0 deletions
14
src/main/resources/data/copycats/block_armor/copycat_slope_layer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"default_toughness": 0.5, | ||
"material_toughness_multiplier": 0.5, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1, | ||
"variants": { | ||
"layers=8": { | ||
"default_toughness": 1, | ||
"material_toughness_multiplier": 1, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1 | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/copycats/block_armor/copycat_vertical_slope.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"default_toughness": 0.5, | ||
"material_toughness_multiplier": 0.5, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/copycats/block_armor/copycat_vertical_stairs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"default_toughness": 0.75, | ||
"material_toughness_multiplier": 0.75, | ||
"default_hardness": 1, | ||
"material_hardness_multiplier": 1 | ||
} |