-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d902a8c
commit deb8a6b
Showing
84 changed files
with
852 additions
and
445 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
56 changes: 56 additions & 0 deletions
56
src/generated/resources/assets/malum/blockstates/cthonic_gold_cluster.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,56 @@ | ||
{ | ||
"variants": { | ||
"facing=down,waterlogged=false": { | ||
"model": "malum:block/cthonic_gold_cluster", | ||
"x": 180 | ||
}, | ||
"facing=down,waterlogged=true": { | ||
"model": "malum:block/cthonic_gold_cluster", | ||
"x": 180 | ||
}, | ||
"facing=east,waterlogged=false": { | ||
"model": "malum:block/cthonic_gold_cluster", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=east,waterlogged=true": { | ||
"model": "malum:block/cthonic_gold_cluster", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=north,waterlogged=false": { | ||
"model": "malum:block/cthonic_gold_cluster", | ||
"x": 90 | ||
}, | ||
"facing=north,waterlogged=true": { | ||
"model": "malum:block/cthonic_gold_cluster", | ||
"x": 90 | ||
}, | ||
"facing=south,waterlogged=false": { | ||
"model": "malum:block/cthonic_gold_cluster", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=south,waterlogged=true": { | ||
"model": "malum:block/cthonic_gold_cluster", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=up,waterlogged=false": { | ||
"model": "malum:block/cthonic_gold_cluster" | ||
}, | ||
"facing=up,waterlogged=true": { | ||
"model": "malum:block/cthonic_gold_cluster" | ||
}, | ||
"facing=west,waterlogged=false": { | ||
"model": "malum:block/cthonic_gold_cluster", | ||
"x": 90, | ||
"y": 270 | ||
}, | ||
"facing=west,waterlogged=true": { | ||
"model": "malum:block/cthonic_gold_cluster", | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/malum/blockstates/cthonic_gold_ore.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "malum:block/cthonic_gold_ore" | ||
} | ||
} | ||
} |
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
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/malum/models/block/block_of_cthonic_gold.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "malum:block/ores/block_of_cthonic_gold" | ||
"all": "malum:block/storage_blocks/block_of_cthonic_gold" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/malum/models/block/cthonic_gold_cluster.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:block/cross", | ||
"textures": { | ||
"cross": "malum:block/ores/cthonic_gold_cluster" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/malum/models/block/cthonic_gold_ore.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:block/cube_all", | ||
"textures": { | ||
"all": "malum:block/ores/cthonic_gold_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/malum/models/item/cthonic_gold_cluster.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": "malum:block/ores/cthonic_gold_cluster" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/malum/models/item/cthonic_gold_ore.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": "malum:block/cthonic_gold_ore" | ||
} |
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/generated/resources/data/malum/forge/biome_modifier/cthonic_gold_ore.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 @@ | ||
{ | ||
"type": "forge:add_features", | ||
"biomes": "#malum:has_rare_earths", | ||
"features": "malum:cthonic_gold_ore", | ||
"step": "underground_ores" | ||
} |
6 changes: 0 additions & 6 deletions
6
src/generated/resources/data/malum/forge/biome_modifier/rare_earth_geode.json
This file was deleted.
Oops, something went wrong.
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
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/malum/loot_tables/blocks/cthonic_gold_cluster.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,21 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "malum:cthonic_gold_cluster" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "malum:blocks/cthonic_gold_cluster" | ||
} |
45 changes: 45 additions & 0 deletions
45
src/generated/resources/data/malum/loot_tables/blocks/cthonic_gold_ore.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,45 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:alternatives", | ||
"children": [ | ||
{ | ||
"type": "minecraft:item", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"enchantments": [ | ||
{ | ||
"enchantment": "minecraft:silk_touch", | ||
"levels": { | ||
"min": 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"name": "malum:cthonic_gold_ore" | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"name": "malum:cthonic_gold" | ||
} | ||
] | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "malum:blocks/cthonic_gold_ore" | ||
} |
Oops, something went wrong.