-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
e21b526
commit 569bf5d
Showing
47 changed files
with
624 additions
and
338 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
64 changes: 64 additions & 0 deletions
64
src/generated/resources/assets/rankine/blockstates/neptunium_alloy_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,64 @@ | ||
{ | ||
"variants": { | ||
"facing=north,style=1": { | ||
"model": "rankine:block/neptunium_alloy_ladder1" | ||
}, | ||
"facing=south,style=1": { | ||
"model": "rankine:block/neptunium_alloy_ladder1", | ||
"y": 180 | ||
}, | ||
"facing=west,style=1": { | ||
"model": "rankine:block/neptunium_alloy_ladder1", | ||
"y": 270 | ||
}, | ||
"facing=east,style=1": { | ||
"model": "rankine:block/neptunium_alloy_ladder1", | ||
"y": 90 | ||
}, | ||
"facing=north,style=2": { | ||
"model": "rankine:block/neptunium_alloy_ladder2" | ||
}, | ||
"facing=south,style=2": { | ||
"model": "rankine:block/neptunium_alloy_ladder2", | ||
"y": 180 | ||
}, | ||
"facing=west,style=2": { | ||
"model": "rankine:block/neptunium_alloy_ladder2", | ||
"y": 270 | ||
}, | ||
"facing=east,style=2": { | ||
"model": "rankine:block/neptunium_alloy_ladder2", | ||
"y": 90 | ||
}, | ||
"facing=north,style=3": { | ||
"model": "rankine:block/neptunium_alloy_ladder3" | ||
}, | ||
"facing=south,style=3": { | ||
"model": "rankine:block/neptunium_alloy_ladder3", | ||
"y": 180 | ||
}, | ||
"facing=west,style=3": { | ||
"model": "rankine:block/neptunium_alloy_ladder3", | ||
"y": 270 | ||
}, | ||
"facing=east,style=3": { | ||
"model": "rankine:block/neptunium_alloy_ladder3", | ||
"y": 90 | ||
}, | ||
"facing=north,style=4": { | ||
"model": "rankine:block/neptunium_alloy_ladder4" | ||
}, | ||
"facing=south,style=4": { | ||
"model": "rankine:block/neptunium_alloy_ladder4", | ||
"y": 180 | ||
}, | ||
"facing=west,style=4": { | ||
"model": "rankine:block/neptunium_alloy_ladder4", | ||
"y": 270 | ||
}, | ||
"facing=east,style=4": { | ||
"model": "rankine:block/neptunium_alloy_ladder4", | ||
"y": 90 | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/rankine/models/block/neptunium_alloy_ladder1.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,3 @@ | ||
{ | ||
"parent": "rankine:block/template_metal_ladder1" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/rankine/models/block/neptunium_alloy_ladder2.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,3 @@ | ||
{ | ||
"parent": "rankine:block/template_metal_ladder2" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/rankine/models/block/neptunium_alloy_ladder3.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,3 @@ | ||
{ | ||
"parent": "rankine:block/template_metal_ladder3" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/rankine/models/block/neptunium_alloy_ladder4.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,3 @@ | ||
{ | ||
"parent": "rankine:block/template_metal_ladder4" | ||
} |
26 changes: 26 additions & 0 deletions
26
src/generated/resources/assets/rankine/models/item/neptunium_alloy_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,26 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "rankine:block/metal_ladder1" | ||
}, | ||
"overrides": [ | ||
{ | ||
"predicate": { | ||
"rankine:building_mode": 2.0 | ||
}, | ||
"model": "rankine:item/neptunium_alloy_ladder2" | ||
}, | ||
{ | ||
"predicate": { | ||
"rankine:building_mode": 3.0 | ||
}, | ||
"model": "rankine:item/neptunium_alloy_ladder3" | ||
}, | ||
{ | ||
"predicate": { | ||
"rankine:building_mode": 4.0 | ||
}, | ||
"model": "rankine:item/neptunium_alloy_ladder4" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/rankine/models/item/neptunium_alloy_ladder2.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "rankine:block/metal_ladder2" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/rankine/models/item/neptunium_alloy_ladder3.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "rankine:block/metal_ladder3" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/rankine/models/item/neptunium_alloy_ladder4.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 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "rankine:block/metal_ladder4" | ||
} | ||
} |
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
34 changes: 34 additions & 0 deletions
34
...ted/resources/data/rankine/advancements/recipes/rankine_world/neptunium_alloy_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,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"rankine:neptunium_alloy_ladder" | ||
] | ||
}, | ||
"criteria": { | ||
"has_ingredient": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"rankine:neptunium_alloy_ingot" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "rankine:neptunium_alloy_ladder" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_ingredient", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
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
89 changes: 89 additions & 0 deletions
89
src/generated/resources/data/rankine/advancements/story/crushing_heads.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,89 @@ | ||
{ | ||
"parent": "rankine:story/craft_alloy_hammer", | ||
"display": { | ||
"icon": { | ||
"item": "rankine:iron_tier_crushing_head" | ||
}, | ||
"title": { | ||
"translate": "rankine.advancements.story.crushing_heads.title" | ||
}, | ||
"description": { | ||
"translate": "rankine.advancements.story.crushing_heads.description" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"wood_tier_crushing_head": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"rankine:wood_tier_crushing_head" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"stone_tier_crushing_head": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"rankine:stone_tier_crushing_head" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"iron_tier_crushing_head": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"rankine:iron_tier_crushing_head" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"diamond_tier_crushing_head": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"rankine:diamond_tier_crushing_head" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"netherite_tier_crushing_head": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"rankine:netherite_tier_crushing_head" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"wood_tier_crushing_head", | ||
"stone_tier_crushing_head", | ||
"iron_tier_crushing_head", | ||
"diamond_tier_crushing_head", | ||
"netherite_tier_crushing_head" | ||
] | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/data/rankine/loot_tables/blocks/neptunium_alloy_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,20 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1.0, | ||
"bonus_rolls": 0.0, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "rankine:neptunium_alloy_ladder" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
src/generated/resources/data/rankine/recipes/neptunium_alloy_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,18 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"group": "rankine:ladders", | ||
"pattern": [ | ||
"# #", | ||
"###", | ||
"# #" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "rankine:neptunium_alloy_ingot" | ||
} | ||
}, | ||
"result": { | ||
"item": "rankine:neptunium_alloy_ladder", | ||
"count": 8 | ||
} | ||
} |
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
Oops, something went wrong.