generated from FabricMC/fabric-example-mod
-
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
Showing
204 changed files
with
2,138 additions
and
1,850 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
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/proviorigins/blockstates/lily_of_the_void.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": "proviorigins:block/lily_of_the_void" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/proviorigins/blockstates/potted_lily_of_the_void.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": "proviorigins:block/potted_lily_of_the_void" | ||
} | ||
} | ||
} |
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,9 @@ | ||
{ | ||
"item.proviorigins.crystalliser_icon": "Crystalliser Origin Icon", | ||
"power.proviorigins.alraune.summon_plant.badge.2": "Flower Sprites\n- Will take damage if not placed on plantable blocks such as dirt or grass.\n- Will die after 1200 ticks unless fed with a super fertiliser such as dragon breath.", | ||
"power.proviorigins.crystalliser.name": "Crystalliser", | ||
"power.proviorigins.drakling.chain_crafting.description": "You can craft chainmail armour.", | ||
"power.proviorigins.drakling.weak_armour.description": "Your newfound strength allows you to wear stronger armour, but your bodily heat loosens the material and makes it weaker than normal.", | ||
"power.proviorigins.jellysculk.catalyse.name": "Catalyser", | ||
"tooltip.proviorigins.alraune.super_fertiliser": "§8A super effective fertiliser." | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/block/lily_of_the_void.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": "proviorigins:block/lily_of_the_void" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/block/potted_lily_of_the_void.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/flower_pot_cross", | ||
"textures": { | ||
"plant": "proviorigins:block/lily_of_the_void" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/item/alraune_icon.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": "proviorigins:icons/alraune" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/item/crystalliser_icon.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": "proviorigins:icons/crystalliser" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/item/drake_icon.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": "proviorigins:icons/drake" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/item/drakling_icon.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": "proviorigins:icons/drakling" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/item/fae_moth_icon.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": "proviorigins:icons/fae_moth" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/item/homunculus_icon.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": "proviorigins:icons/homunculus" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/item/jelly_icon.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": "proviorigins:icons/jelly" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/item/kraken_of_decay_icon.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": "proviorigins:icons/kraken_of_decay" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/item/lily_of_the_void.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": "proviorigins:block/lily_of_the_void" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/item/lily_of_the_void_icon.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": "proviorigins:icons/lily_of_the_void" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/proviorigins/models/item/splinter_icon.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": "proviorigins:icons/splinter" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
src/main/generated/data/c/tags/items/hidden_from_recipe_viewers.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"proviorigins:lily_of_the_void_icon", | ||
"proviorigins:kraken_of_decay_icon", | ||
"proviorigins:drakling_icon", | ||
"proviorigins:drake_icon", | ||
"proviorigins:splinter_icon", | ||
"proviorigins:fae_moth_icon", | ||
"proviorigins:alraune_icon", | ||
"proviorigins:homunculus_icon", | ||
"proviorigins:crystalliser_icon" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/data/minecraft/tags/blocks/small_flowers.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"proviorigins:lily_of_the_void" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/data/minecraft/tags/items/piglin_repellents.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"proviorigins:kraken_soul_lantern" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/data/minecraft/tags/items/small_flowers.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"proviorigins:lily_of_the_void" | ||
] | ||
} |
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
20 changes: 20 additions & 0 deletions
20
src/main/generated/data/proviorigins/loot_tables/blocks/lily_of_the_void.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": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "proviorigins:lily_of_the_void" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
] | ||
} |
35 changes: 35 additions & 0 deletions
35
src/main/generated/data/proviorigins/loot_tables/blocks/potted_lily_of_the_void.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,35 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:flower_pot" | ||
} | ||
], | ||
"rolls": 1.0 | ||
}, | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "proviorigins:lily_of_the_void" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
] | ||
} |
13 changes: 13 additions & 0 deletions
13
src/main/generated/data/proviorigins/tags/blocks/alraune/foliage.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,13 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
{ | ||
"id": "#minecraft:flowers", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#minecraft:saplings", | ||
"required": false | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
src/main/generated/data/proviorigins/tags/blocks/decaykraken/soul_fires.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,9 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:soul_torch", | ||
"minecraft:soul_wall_torch", | ||
"minecraft:soul_lantern", | ||
"minecraft:soul_fire" | ||
] | ||
} |
Oops, something went wrong.