-
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
ee5bd56
commit 118f724
Showing
86 changed files
with
1,374 additions
and
372 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
396 changes: 210 additions & 186 deletions
396
src/main/generated/.cache/2d9e9705c09fddda27f0fab2a98c15a5511271f4
Large diffs are not rendered by default.
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
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
10 changes: 5 additions & 5 deletions
10
src/main/generated/.cache/c7f9aaa26ace8792d7e820fbd1f5df7211c704c1
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,7 +1,7 @@ | ||
// 1.20.1 2024-01-29T18:25:38.1540488 tead/World Gen | ||
d7f4bb28cf229769332d150ff934c91638a2054b data\tead\worldgen\placed_feature\lead_ore_placed.json | ||
// 1.20.1 2024-02-03T14:49:48.5109911 tead/World Gen | ||
0a3d8090864dfb97a05d630c53f6ffc07c9ad0cb data\tead\worldgen\placed_feature\lead_ore_placed.json | ||
2352a497ac661c664d2b39567cc1e326ef934970 data\tead\worldgen\placed_feature\ruby_ore_placed.json | ||
2b11d6f824f2ef76f64daf15d6300c3f746dd3b6 data\tead\worldgen\configured_feature\deepslate_ruby_ore.json | ||
8c44bb0b20982964985000004b4528ca75ecf35c data\tead\worldgen\configured_feature\ruby_ore.json | ||
5daae181466ff06e914b54530b2de325b9181f35 data\tead\worldgen\configured_feature\deepslate_ruby_ore.json | ||
0f4e1286cee7972dee44ec24cbca50797011b404 data\tead\worldgen\configured_feature\ruby_ore.json | ||
91eb6fd37f1063abfdbaa3227383cd9ca0f97540 data\tead\worldgen\placed_feature\deepslate_ruby_ore_placed.json | ||
1478ae860538f7c25c70429ac03d541134c96880 data\tead\worldgen\configured_feature\lead_ore.json | ||
d2ee5e3af93fe00a3f08ad76bb9a97f56729171a data\tead\worldgen\configured_feature\lead_ore.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/d20327c3cda4a54c28dc505c0327f6f3fc0bd834
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,4 +1,4 @@ | ||
// 1.20.1 2024-01-29T18:25:38.1395895 tead/Tags for minecraft:item | ||
// 1.20.1 2024-02-03T14:49:48.4938829 tead/Tags for minecraft:item | ||
9a8b88cdbfd6ad375dbea98c45eb304315449842 data\minecraft\tags\items\trimmable_armor.json | ||
870daac12e447cf4e4d8be5e8ac2bbfca009c33f data\minecraft\tags\items\creeper_drop_music_discs.json | ||
870daac12e447cf4e4d8be5e8ac2bbfca009c33f data\minecraft\tags\items\music_discs.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/d4d9ab23629b20d3a51133d72646fff930d8a919
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 was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/generated/assets/tead/models/item/lightning_staff.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/tead/models/item/redstone_torch_arrow.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": "tead:item/redstone_torch_arrow" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/tead/models/item/soul_torch_arrow.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": "tead:item/soul_torch_arrow" | ||
} | ||
} |
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": "tead:item/torch_arrow" | ||
} | ||
} |
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
48 changes: 48 additions & 0 deletions
48
src/main/generated/data/tead/advancements/recipes/combat/arrow_3.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,48 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_feather": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:feather" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_iron_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:iron_ingot" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "tead:arrow_3" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_feather", | ||
"has_iron_ingot", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"tead:arrow_3" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
48 changes: 48 additions & 0 deletions
48
src/main/generated/data/tead/advancements/recipes/combat/arrow_4.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,48 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_feather": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:feather" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_iron_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:iron_ingot" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "tead:arrow_4" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_feather", | ||
"has_iron_ingot", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"tead:arrow_4" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
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.