-
Notifications
You must be signed in to change notification settings - Fork 3
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
a1e4be7
commit 4aaf846
Showing
61 changed files
with
207 additions
and
39 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
src/generated/resources/data/c/tags/blocks/ore_rates/singular.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,12 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_ore", | ||
"uselessmod:deepslate_useless_ore", | ||
"uselessmod:nether_useless_ore", | ||
"uselessmod:end_useless_ore", | ||
"uselessmod:super_useless_ore", | ||
"uselessmod:deepslate_super_useless_ore", | ||
"uselessmod:nether_super_useless_ore", | ||
"uselessmod:end_super_useless_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"#forge:ores/useless", | ||
"#forge:ores/super_useless" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/blocks/ores_in_ground/deepslate.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 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:deepslate_useless_ore", | ||
"uselessmod:deepslate_super_useless_ore" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/blocks/ores_in_ground/netherrack.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 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:nether_useless_ore", | ||
"uselessmod:nether_super_useless_ore" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/blocks/ores_in_ground/stone.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 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_ore", | ||
"uselessmod:super_useless_ore" | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
src/generated/resources/data/c/tags/blocks/storage_blocks.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 @@ | ||
{ | ||
"values": [ | ||
"#forge:storage_blocks/useless", | ||
"#forge:storage_blocks/raw_useless", | ||
"#forge:storage_blocks/super_useless", | ||
"#forge:storage_blocks/raw_super_useless" | ||
] | ||
} |
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,5 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_bone" | ||
] | ||
} |
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 @@ | ||
{ | ||
"values": [ | ||
"#forge:crops/useless_wheat", | ||
"#forge:crops/coffeebean" | ||
] | ||
} |
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 @@ | ||
{ | ||
"values": [ | ||
"#forge:dusts/useless", | ||
"#forge:dusts/super_useless" | ||
] | ||
} |
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,5 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_feather" | ||
] | ||
} |
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 @@ | ||
{ | ||
"values": [ | ||
"#forge:ingots/useless", | ||
"#forge:ingots/super_useless" | ||
] | ||
} |
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,5 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_leather" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
src/generated/resources/data/c/tags/items/ore_rates/singular.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,12 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_ore", | ||
"uselessmod:deepslate_useless_ore", | ||
"uselessmod:nether_useless_ore", | ||
"uselessmod:end_useless_ore", | ||
"uselessmod:super_useless_ore", | ||
"uselessmod:deepslate_super_useless_ore", | ||
"uselessmod:nether_super_useless_ore", | ||
"uselessmod:end_super_useless_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"#forge:ores/useless", | ||
"#forge:ores/super_useless" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/items/ores_in_ground/deepslate.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 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:deepslate_useless_ore", | ||
"uselessmod:deepslate_super_useless_ore" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/items/ores_in_ground/netherrack.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 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:nether_useless_ore", | ||
"uselessmod:nether_super_useless_ore" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/c/tags/items/ores_in_ground/stone.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 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_ore", | ||
"uselessmod:super_useless_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"#forge:raw_materials/useless", | ||
"#forge:raw_materials/super_useless" | ||
] | ||
} |
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 @@ | ||
{ | ||
"values": [ | ||
"#forge:seeds/useless_wheat", | ||
"#forge:seeds/coffeebean" | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
src/generated/resources/data/c/tags/items/storage_blocks.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 @@ | ||
{ | ||
"values": [ | ||
"#forge:storage_blocks/useless", | ||
"#forge:storage_blocks/raw_useless", | ||
"#forge:storage_blocks/super_useless", | ||
"#forge:storage_blocks/raw_super_useless" | ||
] | ||
} |
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,5 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_shears" | ||
] | ||
} |
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 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_shield", | ||
"uselessmod:super_useless_shield" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/minecraft/tags/items/chest_armor.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 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_chestplate", | ||
"uselessmod:super_useless_chestplate" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/minecraft/tags/items/foot_armor.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 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_boots", | ||
"uselessmod:super_useless_boots" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/minecraft/tags/items/head_armor.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 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_helmet", | ||
"uselessmod:super_useless_helmet" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/minecraft/tags/items/leg_armor.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 @@ | ||
{ | ||
"values": [ | ||
"uselessmod:useless_leggings", | ||
"uselessmod:super_useless_leggings" | ||
] | ||
} |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#forge:dusts/redstone" | ||
"items": "#c:dusts/redstone" | ||
} | ||
] | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"tag": "uselessmod:lamps" | ||
}, | ||
{ | ||
"tag": "forge:dyes/black" | ||
"tag": "c:dyes/black" | ||
} | ||
], | ||
"result": { | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"tag": "uselessmod:lamps" | ||
}, | ||
{ | ||
"tag": "forge:dyes/blue" | ||
"tag": "c:dyes/blue" | ||
} | ||
], | ||
"result": { | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"tag": "uselessmod:lamps" | ||
}, | ||
{ | ||
"tag": "forge:dyes/brown" | ||
"tag": "c:dyes/brown" | ||
} | ||
], | ||
"result": { | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"tag": "uselessmod:lamps" | ||
}, | ||
{ | ||
"tag": "forge:dyes/cyan" | ||
"tag": "c:dyes/cyan" | ||
} | ||
], | ||
"result": { | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"tag": "uselessmod:lamps" | ||
}, | ||
{ | ||
"tag": "forge:dyes/gray" | ||
"tag": "c:dyes/gray" | ||
} | ||
], | ||
"result": { | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"tag": "uselessmod:lamps" | ||
}, | ||
{ | ||
"tag": "forge:dyes/green" | ||
"tag": "c:dyes/green" | ||
} | ||
], | ||
"result": { | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"item": "minecraft:lever" | ||
}, | ||
{ | ||
"tag": "forge:dyes/white" | ||
"tag": "c:dyes/white" | ||
} | ||
], | ||
"result": { | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"tag": "uselessmod:lamps" | ||
}, | ||
{ | ||
"tag": "forge:dyes/lime" | ||
"tag": "c:dyes/lime" | ||
} | ||
], | ||
"result": { | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"tag": "uselessmod:lamps" | ||
}, | ||
{ | ||
"tag": "forge:dyes/magenta" | ||
"tag": "c:dyes/magenta" | ||
} | ||
], | ||
"result": { | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"tag": "uselessmod:lamps" | ||
}, | ||
{ | ||
"tag": "forge:dyes/orange" | ||
"tag": "c:dyes/orange" | ||
} | ||
], | ||
"result": { | ||
|
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.