-
-
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
104a67b
commit 4081447
Showing
34 changed files
with
817 additions
and
189 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
src/generated/resources/assets/malum/blockstates/hanging_runewood_leaves.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,51 @@ | ||
{ | ||
"variants": { | ||
"": [ | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_0" | ||
}, | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_0", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_0", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_0", | ||
"y": 270 | ||
}, | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_1" | ||
}, | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_1", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_1", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_1", | ||
"y": 270 | ||
}, | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_2" | ||
}, | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_2", | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_2", | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "malum:block/hanging_runewood_leaves_2", | ||
"y": 270 | ||
} | ||
] | ||
} | ||
} |
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
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/malum/models/block/hanging_runewood_leaves_0.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 @@ | ||
{ | ||
"parent": "malum:block/templates/template_hanging_leaves", | ||
"textures": { | ||
"hanging_leaves": "malum:block/runewood/hanging_runewood_leaves_0", | ||
"particle": "malum:block/runewood/hanging_runewood_leaves_0" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/malum/models/block/hanging_runewood_leaves_1.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 @@ | ||
{ | ||
"parent": "malum:block/templates/template_hanging_leaves", | ||
"textures": { | ||
"hanging_leaves": "malum:block/runewood/hanging_runewood_leaves_1", | ||
"particle": "malum:block/runewood/hanging_runewood_leaves_1" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/malum/models/block/hanging_runewood_leaves_2.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 @@ | ||
{ | ||
"parent": "malum:block/templates/template_hanging_leaves", | ||
"textures": { | ||
"hanging_leaves": "malum:block/runewood/hanging_runewood_leaves_2", | ||
"particle": "malum:block/runewood/hanging_runewood_leaves_2" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/malum/models/item/hanging_runewood_leaves.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/hanging_runewood_leaves_0" | ||
} |
119 changes: 117 additions & 2 deletions
119
src/generated/resources/data/malum/loot_tables/blocks/hanging_mystic_soulwood_leaves.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
136 changes: 136 additions & 0 deletions
136
src/generated/resources/data/malum/loot_tables/blocks/hanging_runewood_leaves.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,136 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:alternatives", | ||
"children": [ | ||
{ | ||
"type": "minecraft:item", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:any_of", | ||
"terms": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"items": [ | ||
"minecraft:shears" | ||
] | ||
} | ||
}, | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"enchantments": [ | ||
{ | ||
"enchantment": "minecraft:silk_touch", | ||
"levels": { | ||
"min": 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"name": "malum:hanging_runewood_leaves" | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
}, | ||
{ | ||
"chances": [ | ||
0.015, | ||
0.0225, | ||
0.033333335, | ||
0.05 | ||
], | ||
"condition": "minecraft:table_bonus", | ||
"enchantment": "minecraft:fortune" | ||
} | ||
], | ||
"name": "malum:runewood_sapling" | ||
} | ||
] | ||
} | ||
], | ||
"rolls": 1.0 | ||
}, | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:inverted", | ||
"term": { | ||
"condition": "minecraft:any_of", | ||
"terms": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"items": [ | ||
"minecraft:shears" | ||
] | ||
} | ||
}, | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"enchantments": [ | ||
{ | ||
"enchantment": "minecraft:silk_touch", | ||
"levels": { | ||
"min": 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"conditions": [ | ||
{ | ||
"chances": [ | ||
0.02, | ||
0.022222223, | ||
0.025, | ||
0.033333335, | ||
0.1 | ||
], | ||
"condition": "minecraft:table_bonus", | ||
"enchantment": "minecraft:fortune" | ||
} | ||
], | ||
"functions": [ | ||
{ | ||
"add": false, | ||
"count": { | ||
"type": "minecraft:uniform", | ||
"max": 2.0, | ||
"min": 1.0 | ||
}, | ||
"function": "minecraft:set_count" | ||
}, | ||
{ | ||
"function": "minecraft:explosion_decay" | ||
} | ||
], | ||
"name": "minecraft:stick" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "malum:blocks/hanging_runewood_leaves" | ||
} |
Oops, something went wrong.