-
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 status checks…
updated to Forge 52.0.21
- use common tags for carrots, wheat and ender pearls in advancements and recipes (all loaders) - fixed recipes and advancements by using the new common tags in Forge
Showing
64 changed files
with
52 additions
and
849 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
11 changes: 11 additions & 0 deletions
11
common/src/main/resources/data/c/tags/item/mushroom_caps.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,11 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:brown_mushroom_block", | ||
"minecraft:red_mushroom_block", | ||
{ | ||
"id": "#forge:mushroom_caps", | ||
"required": 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,7 @@ | |
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:carrot" | ||
] | ||
"items": "#c:crops/carrot" | ||
} | ||
] | ||
} | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#forge:ender_pearls" | ||
"items": "#c:ender_pearls" | ||
} | ||
] | ||
} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "minecraft:wheat" | ||
"items": "#c:crops/wheat" | ||
} | ||
] | ||
} | ||
|
File renamed without changes.
File renamed without changes.
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 @@ | |
], | ||
"key": { | ||
"#": { | ||
"tag": "forge:ender_pearls" | ||
"tag": "c:ender_pearls" | ||
} | ||
}, | ||
"result": { | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ | |
], | ||
"key": { | ||
"#": { | ||
"item": "minecraft:wheat" | ||
"tag": "c:crops/wheat" | ||
} | ||
}, | ||
"result": { | ||
|
File renamed without changes.
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: 0 additions & 7 deletions
7
fabric/src/main/resources/data/c/tags/item/mushroom_caps.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
fabric/src/main/resources/data/usefulhats/advancement/recipes/combat/ender_helmet.json
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
fabric/src/main/resources/data/usefulhats/recipe/ender_helmet.json
This file was deleted.
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
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,10 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:feather", | ||
{ | ||
"id": "#forge:feathers", | ||
"required": 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:brown_mushroom", | ||
"minecraft:red_mushroom", | ||
{ | ||
"id": "#forge:mushrooms", | ||
"required": false | ||
} | ||
] | ||
} |
7 changes: 0 additions & 7 deletions
7
forge/src/main/resources/data/forge/tags/item/mushroom_caps.json
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
forge/src/main/resources/data/usefulhats/advancement/recipes/combat/mining_hat.json
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
forge/src/main/resources/data/usefulhats/advancement/recipes/combat/mushroom_hat.json
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
forge/src/main/resources/data/usefulhats/advancement/recipes/combat/postman_hat.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.