Compare commits

..

2 commits

Author SHA1 Message Date
Ell
6f7b480de3 41.2 2024-09-29 12:12:05 +02:00
Ell
4bb69f1353 fixed various recipes having missing tags
closes #361
2024-09-29 12:08:34 +02:00
12 changed files with 15 additions and 15 deletions

View file

@ -31,7 +31,7 @@ mod_name=NaturesAura
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT
# The mod version. See https://semver.org/
mod_version=41.1
mod_version=41.2
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

View file

@ -10,7 +10,7 @@
"item": "naturesaura:ancient_stick"
},
"S": {
"tag": "forge:stone"
"tag": "c:stones"
},
"T": {
"item": "naturesaura:token_terror"

View file

@ -10,13 +10,13 @@
"item": "naturesaura:infused_iron"
},
"R": {
"tag": "forge:dyes/red"
"tag": "c:dyes/red"
},
"Y": {
"tag": "forge:dyes/yellow"
"tag": "c:dyes/yellow"
},
"B": {
"tag": "forge:dyes/blue"
"tag": "c:dyes/blue"
},
"T": {
"item": "naturesaura:token_euphoria"

View file

@ -19,7 +19,7 @@
"items": "naturesaura:aura_bottle"
},
"S": {
"tag": "forge:rods/wooden"
"tag": "c:rods/wooden"
},
"I": {
"item": "naturesaura:sky_ingot"

View file

@ -19,7 +19,7 @@
"items": "naturesaura:aura_bottle"
},
"S": {
"tag": "forge:rods/wooden"
"tag": "c:rods/wooden"
},
"I": {
"item": "naturesaura:tainted_gold"

View file

@ -19,7 +19,7 @@
"items": "naturesaura:aura_bottle"
},
"S": {
"tag": "forge:rods/wooden"
"tag": "c:rods/wooden"
},
"I": {
"item": "naturesaura:infused_iron"

View file

@ -7,7 +7,7 @@
],
"key": {
"N": {
"tag": "forge:nuggets/gold"
"tag": "c:nuggets/gold"
},
"G": {
"item": "minecraft:short_grass"

View file

@ -7,7 +7,7 @@
],
"key": {
"C": {
"tag": "forge:chests/wooden"
"tag": "c:chests/wooden"
},
"I": {
"item": "naturesaura:infused_iron"

View file

@ -13,7 +13,7 @@
"item": "naturesaura:infused_iron"
},
"R": {
"tag": "forge:ingots/iron"
"tag": "c:ingots/iron"
},
"E": {
"item": "minecraft:ender_pearl"

View file

@ -7,7 +7,7 @@
],
"key": {
"S": {
"tag": "forge:stone"
"tag": "c:stones"
},
"W": {
"tag": "minecraft:logs"

View file

@ -7,7 +7,7 @@
],
"key": {
"I": {
"tag": "forge:ingots/iron"
"tag": "c:ingots/iron"
},
"L": {
"item": "minecraft:glass"

View file

@ -8,10 +8,10 @@
"item": "naturesaura:gold_powder"
},
{
"tag": "forge:ores/diamond"
"tag": "c:ores/diamond"
},
{
"tag": "forge:ores/redstone"
"tag": "c:ores/redstone"
}
],
"sapling": {