-
Notifications
You must be signed in to change notification settings - Fork 0
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
d7c30eb
commit a069a9f
Showing
29 changed files
with
293 additions
and
64 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
16 changes: 16 additions & 0 deletions
16
src/main/resources/assets/voidlings/blockstates/chiseled_black_acid_pillar.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,16 @@ | ||
{ | ||
"variants": { | ||
"axis=x": { | ||
"model": "voidlings:block/chiseled_black_acid_pillar_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "voidlings:block/chiseled_black_acid_pillar" | ||
}, | ||
"axis=z": { | ||
"model": "voidlings:block/chiseled_black_acid_pillar_horizontal", | ||
"x": 90 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/voidlings/blockstates/muria_block.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": "voidlings:block/muria_block" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/voidlings/models/block/chiseled_black_acid_pillar.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": "minecraft:block/cube_column", | ||
"textures": { | ||
"end": "voidlings:block/chiseled_black_acid_pillar_top", | ||
"side": "voidlings:block/chiseled_black_acid_pillar" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/voidlings/models/block/chiseled_black_acid_pillar_horizontal.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": "minecraft:block/cube_column_horizontal", | ||
"textures": { | ||
"end": "voidlings:block/chiseled_black_acid_pillar_top", | ||
"side": "voidlings:block/chiseled_black_acid_pillar" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/voidlings/models/block/muria_block.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": "voidlings:block/muria_block" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/assets/voidlings/models/item/chiseled_black_acid_pillar.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": "voidlings:block/chiseled_black_acid_pillar" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/assets/voidlings/models/item/muria_block.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": "voidlings:block/muria_block" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/voidlings/models/item/muria_ingot.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": "voidlings:item/muria_ingot" | ||
} | ||
} |
Binary file added
BIN
+230 Bytes
src/main/resources/assets/voidlings/textures/block/chiseled_black_acid_pillar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+241 Bytes
...in/resources/assets/voidlings/textures/block/chiseled_black_acid_pillar_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
21 changes: 21 additions & 0 deletions
21
src/main/resources/data/voidlings/loot_tables/blocks/chiseled_black_acid_pillar.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": "voidlings:chiseled_black_acid_pillar" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "voidlings:blocks/chiseled_black_acid_pillar" | ||
} |
21 changes: 21 additions & 0 deletions
21
src/main/resources/data/voidlings/loot_tables/blocks/muria_block.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": "voidlings:muria_block" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "voidlings:blocks/muria_block" | ||
} |
58 changes: 32 additions & 26 deletions
58
src/main/resources/data/voidlings/powers/replacable_heart.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,33 +1,39 @@ | ||
{ | ||
"type": "origins:action_on_item_use", | ||
"trigger": "instant", | ||
"hidden": true, | ||
"type": "origins:multiple", | ||
|
||
"entity_action": { | ||
"type": "origins:and", | ||
"actions": [ | ||
{ | ||
"type": "origins:execute_command", | ||
"command": "function voidlings:replaced_heart" | ||
} | ||
] | ||
}, | ||
|
||
"item_condition": { | ||
"type": "origins:or", | ||
"conditions": [ | ||
{ | ||
"type": "origins:ingredient", | ||
"ingredient": { | ||
"item": "voidlings:replacement_heart" | ||
"voidling_heart": { | ||
"type": "origins:action_on_item_use", | ||
"trigger": "instant", | ||
"entity_action": { | ||
"type": "origins:and", | ||
"actions": [ | ||
{ | ||
"type": "origins:execute_command", | ||
"command": "function voidlings:replaced_heart" | ||
}, | ||
{ | ||
"type": "origins:execute_command", | ||
"command": "origin set @s origins:origin voidlings:voidling" | ||
} | ||
}, | ||
{ | ||
"type": "origins:ingredient", | ||
"ingredient": { | ||
"item": "voidlings:voidling_heart" | ||
] | ||
}, | ||
"item_condition": { | ||
"type": "origins:or", | ||
"conditions": [ | ||
{ | ||
"type": "origins:ingredient", | ||
"ingredient": { | ||
"item": "voidlings:replacement_heart" | ||
} | ||
}, | ||
{ | ||
"type": "origins:ingredient", | ||
"ingredient": { | ||
"item": "voidlings:voidling_heart" | ||
} | ||
} | ||
} | ||
] | ||
] | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...es/data/voidlings/recipes/chiseled_black_acid_bricks_from_chiseled_black_acid_pillar.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,16 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "building", | ||
"key": { | ||
"#": { | ||
"item": "voidlings:chiseled_black_acid_pillar" | ||
} | ||
}, | ||
"pattern": [ | ||
"#" | ||
], | ||
"result": { | ||
"item": "voidlings:chiseled_black_acid_bricks" | ||
}, | ||
"show_notification": false | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/resources/data/voidlings/recipes/chiseled_black_acid_pillar.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,16 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "building", | ||
"key": { | ||
"#": { | ||
"item": "voidlings:black_acid_brick_slab" | ||
} | ||
}, | ||
"pattern": [ | ||
"##" | ||
], | ||
"result": { | ||
"item": "voidlings:chiseled_black_acid_pillar" | ||
}, | ||
"show_notification": true | ||
} |
8 changes: 8 additions & 0 deletions
8
...ata/voidlings/recipes/chiseled_black_acid_pillar_from_black_acid_bricks_stonecutting.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,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"count": 1, | ||
"ingredient": { | ||
"item": "voidlings:black_acid_bricks" | ||
}, | ||
"result": "voidlings:chiseled_black_acid_pillar" | ||
} |
8 changes: 8 additions & 0 deletions
8
...urces/data/voidlings/recipes/chiseled_black_acid_pillar_from_black_acid_stonecutting.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,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"count": 1, | ||
"ingredient": { | ||
"item": "voidlings:black_acid" | ||
}, | ||
"result": "voidlings:chiseled_black_acid_pillar" | ||
} |
16 changes: 16 additions & 0 deletions
16
...es/data/voidlings/recipes/chiseled_black_acid_pillar_from_chiseled_black_acid_bricks.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,16 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "building", | ||
"key": { | ||
"#": { | ||
"item": "voidlings:chiseled_black_acid_bricks" | ||
} | ||
}, | ||
"pattern": [ | ||
"#" | ||
], | ||
"result": { | ||
"item": "voidlings:chiseled_black_acid_pillar" | ||
}, | ||
"show_notification": false | ||
} |
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/voidlings/recipes/muria_block.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", | ||
"category": "building", | ||
"key": { | ||
"#": { | ||
"item": "voidlings:muria_ingot" | ||
} | ||
}, | ||
"pattern": [ | ||
"###", | ||
"###", | ||
"###" | ||
], | ||
"result": { | ||
"item": "voidlings:muria_block" | ||
}, | ||
"show_notification": true | ||
} |
Oops, something went wrong.