everything but patchouli?

This commit is contained in:
Ell 2020-09-22 15:01:16 +02:00
parent be408e2d70
commit 4d3b7e8249
144 changed files with 165 additions and 172 deletions

1
.gitignore vendored
View file

@ -12,6 +12,7 @@
/classes /classes
/bin/ /bin/
/run/ /run/
/logs
*.classpath *.classpath
*.project *.project

View file

@ -34,6 +34,7 @@ minecraft {
// Recommended logging level for the console // Recommended logging level for the console
property 'forge.logging.console.level', 'info' property 'forge.logging.console.level', 'info'
property 'mixin.env.disableRefMap', 'true'
mods { mods {
naturesaura { naturesaura {
@ -50,6 +51,7 @@ minecraft {
// Recommended logging level for the console // Recommended logging level for the console
property 'forge.logging.console.level', 'info' property 'forge.logging.console.level', 'info'
property 'mixin.env.disableRefMap', 'true'
mods { mods {
naturesaura { naturesaura {
@ -66,6 +68,7 @@ minecraft {
// Recommended logging level for the console // Recommended logging level for the console
property 'forge.logging.console.level', 'info' property 'forge.logging.console.level', 'info'
property 'mixin.env.disableRefMap', 'true'
args '--mod', 'naturesaura', '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources/'), '--existing', file('src/generated/resources') args '--mod', 'naturesaura', '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources/'), '--existing', file('src/generated/resources')

View file

@ -1,7 +1,7 @@
{ {
"variants": { "variants": {
"axis=x": { "axis=x": {
"model": "naturesaura:block/ancient_bark", "model": "naturesaura:block/ancient_bark_horizontal",
"x": 90, "x": 90,
"y": 90 "y": 90
}, },
@ -9,7 +9,7 @@
"model": "naturesaura:block/ancient_bark" "model": "naturesaura:block/ancient_bark"
}, },
"axis=z": { "axis=z": {
"model": "naturesaura:block/ancient_bark", "model": "naturesaura:block/ancient_bark_horizontal",
"x": 90 "x": 90
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"variants": { "variants": {
"axis=x": { "axis=x": {
"model": "naturesaura:block/ancient_log", "model": "naturesaura:block/ancient_log_horizontal",
"x": 90, "x": 90,
"y": 90 "y": 90
}, },
@ -9,7 +9,7 @@
"model": "naturesaura:block/ancient_log" "model": "naturesaura:block/ancient_log"
}, },
"axis=z": { "axis=z": {
"model": "naturesaura:block/ancient_log", "model": "naturesaura:block/ancient_log_horizontal",
"x": 90 "x": 90
} }
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_column", "parent": "minecraft:block/cube_column",
"textures": { "textures": {
"side": "naturesaura:block/ancient_bark", "side": "naturesaura:block/ancient_bark",
"end": "naturesaura:block/ancient_bark_top" "end": "naturesaura:block/ancient_bark_top"

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column_horizontal",
"textures": {
"side": "naturesaura:block/ancient_bark",
"end": "naturesaura:block/ancient_bark_top"
}
}

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_column", "parent": "minecraft:block/cube_column",
"textures": { "textures": {
"side": "naturesaura:block/ancient_log", "side": "naturesaura:block/ancient_log",
"end": "naturesaura:block/ancient_log_top" "end": "naturesaura:block/ancient_log_top"

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column_horizontal",
"textures": {
"side": "naturesaura:block/ancient_log",
"end": "naturesaura:block/ancient_log_top"
}
}

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/ancient_planks" "all": "naturesaura:block/ancient_planks"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cross", "parent": "minecraft:block/cross",
"textures": { "textures": {
"cross": "naturesaura:block/ancient_sapling" "cross": "naturesaura:block/ancient_sapling"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/slab", "parent": "minecraft:block/slab",
"textures": { "textures": {
"side": "naturesaura:block/ancient_planks", "side": "naturesaura:block/ancient_planks",
"bottom": "naturesaura:block/ancient_planks", "bottom": "naturesaura:block/ancient_planks",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/ancient_planks" "all": "naturesaura:block/ancient_planks"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/slab_top", "parent": "minecraft:block/slab_top",
"textures": { "textures": {
"side": "naturesaura:block/ancient_planks", "side": "naturesaura:block/ancient_planks",
"bottom": "naturesaura:block/ancient_planks", "bottom": "naturesaura:block/ancient_planks",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/stairs", "parent": "minecraft:block/stairs",
"textures": { "textures": {
"side": "naturesaura:block/ancient_planks", "side": "naturesaura:block/ancient_planks",
"bottom": "naturesaura:block/ancient_planks", "bottom": "naturesaura:block/ancient_planks",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/inner_stairs", "parent": "minecraft:block/inner_stairs",
"textures": { "textures": {
"side": "naturesaura:block/ancient_planks", "side": "naturesaura:block/ancient_planks",
"bottom": "naturesaura:block/ancient_planks", "bottom": "naturesaura:block/ancient_planks",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/outer_stairs", "parent": "minecraft:block/outer_stairs",
"textures": { "textures": {
"side": "naturesaura:block/ancient_planks", "side": "naturesaura:block/ancient_planks",
"bottom": "naturesaura:block/ancient_planks", "bottom": "naturesaura:block/ancient_planks",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/animal_generator", "side": "naturesaura:block/animal_generator",
"bottom": "naturesaura:block/animal_generator_bottom", "bottom": "naturesaura:block/animal_generator_bottom",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/animal_spawner" "all": "naturesaura:block/animal_spawner"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cross", "parent": "minecraft:block/cross",
"textures": { "textures": {
"cross": "naturesaura:block/aura_bloom" "cross": "naturesaura:block/aura_bloom"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cross", "parent": "minecraft:block/cross",
"textures": { "textures": {
"cross": "naturesaura:block/aura_cactus" "cross": "naturesaura:block/aura_cactus"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/aura_detector" "all": "naturesaura:block/aura_detector"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/auto_crafter", "side": "naturesaura:block/auto_crafter",
"bottom": "naturesaura:block/auto_crafter_bottom", "bottom": "naturesaura:block/auto_crafter_bottom",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/chorus_generator", "side": "naturesaura:block/chorus_generator",
"bottom": "naturesaura:block/chorus_generator", "bottom": "naturesaura:block/chorus_generator",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/conversion_catalyst" "all": "naturesaura:block/conversion_catalyst"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/conversion_catalyst_nether" "all": "naturesaura:block/conversion_catalyst_nether"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/crushing_catalyst" "all": "naturesaura:block/crushing_catalyst"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/crushing_catalyst_nether" "all": "naturesaura:block/crushing_catalyst_nether"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cross", "parent": "minecraft:block/cross",
"textures": { "textures": {
"cross": "naturesaura:block/end_flower" "cross": "naturesaura:block/end_flower"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/ender_crate", "side": "naturesaura:block/ender_crate",
"bottom": "naturesaura:block/ender_crate_bottom", "bottom": "naturesaura:block/ender_crate_bottom",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/firework_generator", "side": "naturesaura:block/firework_generator",
"bottom": "naturesaura:block/firework_generator_top", "bottom": "naturesaura:block/firework_generator_top",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/flower_generator", "side": "naturesaura:block/flower_generator",
"bottom": "naturesaura:block/flower_generator_top", "bottom": "naturesaura:block/flower_generator_top",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/generator_limit_remover", "side": "naturesaura:block/generator_limit_remover",
"bottom": "naturesaura:block/generator_limit_remover_top", "bottom": "naturesaura:block/generator_limit_remover_top",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/gold_brick" "all": "naturesaura:block/gold_brick"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/gold_nether_brick" "all": "naturesaura:block/gold_nether_brick"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/hopper_upgrade" "all": "naturesaura:block/hopper_upgrade"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/infused_brick" "all": "naturesaura:block/infused_brick"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/slab", "parent": "minecraft:block/slab",
"textures": { "textures": {
"side": "naturesaura:block/infused_brick", "side": "naturesaura:block/infused_brick",
"bottom": "naturesaura:block/infused_brick", "bottom": "naturesaura:block/infused_brick",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/infused_brick" "all": "naturesaura:block/infused_brick"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/slab_top", "parent": "minecraft:block/slab_top",
"textures": { "textures": {
"side": "naturesaura:block/infused_brick", "side": "naturesaura:block/infused_brick",
"bottom": "naturesaura:block/infused_brick", "bottom": "naturesaura:block/infused_brick",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/stairs", "parent": "minecraft:block/stairs",
"textures": { "textures": {
"side": "naturesaura:block/infused_brick", "side": "naturesaura:block/infused_brick",
"bottom": "naturesaura:block/infused_brick", "bottom": "naturesaura:block/infused_brick",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/inner_stairs", "parent": "minecraft:block/inner_stairs",
"textures": { "textures": {
"side": "naturesaura:block/infused_brick", "side": "naturesaura:block/infused_brick",
"bottom": "naturesaura:block/infused_brick", "bottom": "naturesaura:block/infused_brick",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/outer_stairs", "parent": "minecraft:block/outer_stairs",
"textures": { "textures": {
"side": "naturesaura:block/infused_brick", "side": "naturesaura:block/infused_brick",
"bottom": "naturesaura:block/infused_brick", "bottom": "naturesaura:block/infused_brick",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/infused_iron_block" "all": "naturesaura:block/infused_iron_block"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/slab", "parent": "minecraft:block/slab",
"textures": { "textures": {
"side": "naturesaura:block/infused_stone", "side": "naturesaura:block/infused_stone",
"bottom": "naturesaura:block/infused_stone", "bottom": "naturesaura:block/infused_stone",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/infused_stone" "all": "naturesaura:block/infused_stone"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/slab_top", "parent": "minecraft:block/slab_top",
"textures": { "textures": {
"side": "naturesaura:block/infused_stone", "side": "naturesaura:block/infused_stone",
"bottom": "naturesaura:block/infused_stone", "bottom": "naturesaura:block/infused_stone",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/stairs", "parent": "minecraft:block/stairs",
"textures": { "textures": {
"side": "naturesaura:block/infused_stone", "side": "naturesaura:block/infused_stone",
"bottom": "naturesaura:block/infused_stone", "bottom": "naturesaura:block/infused_stone",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/inner_stairs", "parent": "minecraft:block/inner_stairs",
"textures": { "textures": {
"side": "naturesaura:block/infused_stone", "side": "naturesaura:block/infused_stone",
"bottom": "naturesaura:block/infused_stone", "bottom": "naturesaura:block/infused_stone",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/outer_stairs", "parent": "minecraft:block/outer_stairs",
"textures": { "textures": {
"side": "naturesaura:block/infused_stone", "side": "naturesaura:block/infused_stone",
"bottom": "naturesaura:block/infused_stone", "bottom": "naturesaura:block/infused_stone",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/infused_stone" "all": "naturesaura:block/infused_stone"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/item_distributor", "side": "naturesaura:block/item_distributor",
"bottom": "naturesaura:block/item_distributor_bottom", "bottom": "naturesaura:block/item_distributor_bottom",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/air", "parent": "minecraft:block/air",
"textures": { "textures": {
"particle": "naturesaura:block/light" "particle": "naturesaura:block/light"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/moss_generator" "all": "naturesaura:block/moss_generator"
} }

View file

@ -1,8 +1,8 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/nether_grass", "side": "naturesaura:block/nether_grass",
"bottom": "block/netherrack", "bottom": "minecraft:block/netherrack",
"top": "naturesaura:block/nether_grass_top" "top": "naturesaura:block/nether_grass_top"
} }
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/nether_wart_mushroom" "all": "naturesaura:block/nether_wart_mushroom"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/oak_generator", "side": "naturesaura:block/oak_generator",
"bottom": "naturesaura:block/oak_generator_bottom", "bottom": "naturesaura:block/oak_generator_bottom",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/pickup_stopper", "side": "naturesaura:block/pickup_stopper",
"bottom": "naturesaura:block/pickup_stopper_top", "bottom": "naturesaura:block/pickup_stopper_top",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/placer", "side": "naturesaura:block/placer",
"bottom": "naturesaura:block/placer_top", "bottom": "naturesaura:block/placer_top",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/potion_generator", "side": "naturesaura:block/potion_generator",
"bottom": "naturesaura:block/potion_generator_bottom", "bottom": "naturesaura:block/potion_generator_bottom",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/flower_pot_cross", "parent": "minecraft:block/flower_pot_cross",
"textures": { "textures": {
"plant": "naturesaura:block/aura_bloom" "plant": "naturesaura:block/aura_bloom"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/flower_pot_cross", "parent": "minecraft:block/flower_pot_cross",
"textures": { "textures": {
"plant": "naturesaura:block/aura_cactus" "plant": "naturesaura:block/aura_cactus"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/projectile_generator", "side": "naturesaura:block/projectile_generator",
"bottom": "naturesaura:block/projectile_generator_top", "bottom": "naturesaura:block/projectile_generator_top",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/rf_converter" "all": "naturesaura:block/rf_converter"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/snow_creator", "side": "naturesaura:block/snow_creator",
"bottom": "naturesaura:block/snow_creator_top", "bottom": "naturesaura:block/snow_creator_top",

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_all", "parent": "minecraft:block/cube_all",
"textures": { "textures": {
"all": "naturesaura:block/tainted_gold_block" "all": "naturesaura:block/tainted_gold_block"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "block/cube_bottom_top", "parent": "minecraft:block/cube_bottom_top",
"textures": { "textures": {
"side": "naturesaura:block/time_changer", "side": "naturesaura:block/time_changer",
"bottom": "naturesaura:block/time_changer_bottom", "bottom": "naturesaura:block/time_changer_bottom",

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:block/ancient_sapling" "layer0": "naturesaura:block/ancient_sapling"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/ancient_stick" "layer0": "naturesaura:item/ancient_stick"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:block/aura_bloom" "layer0": "naturesaura:block/aura_bloom"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/aura_bottle", "layer0": "naturesaura:item/aura_bottle",
"layer1": "naturesaura:item/aura_bottle_overlay" "layer1": "naturesaura:item/aura_bottle_overlay"

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/aura_cache" "layer0": "naturesaura:item/aura_cache"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:block/aura_cactus" "layer0": "naturesaura:block/aura_cactus"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/aura_trove" "layer0": "naturesaura:item/aura_trove"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/birth_spirit" "layer0": "naturesaura:item/birth_spirit"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/bottle_two_the_rebottling" "layer0": "naturesaura:item/bottle_two_the_rebottling"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/break_prevention" "layer0": "naturesaura:item/break_prevention"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/calling_spirit" "layer0": "naturesaura:item/calling_spirit"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/cave_finder" "layer0": "naturesaura:item/cave_finder"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/clock_hand" "layer0": "naturesaura:item/clock_hand"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/crimson_meal" "layer0": "naturesaura:item/crimson_meal"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/death_ring" "layer0": "naturesaura:item/death_ring"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:block/dimension_rail_end" "layer0": "naturesaura:block/dimension_rail_end"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:block/dimension_rail_nether" "layer0": "naturesaura:block/dimension_rail_nether"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:block/dimension_rail_overworld" "layer0": "naturesaura:block/dimension_rail_overworld"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/effect_powder" "layer0": "naturesaura:item/effect_powder"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/end_city_finder" "layer0": "naturesaura:item/end_city_finder"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:block/end_flower" "layer0": "naturesaura:block/end_flower"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/ender_access" "layer0": "naturesaura:item/ender_access"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/eye" "layer0": "naturesaura:item/eye"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/eye_improved" "layer0": "naturesaura:item/eye_improved"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/farming_stencil" "layer0": "naturesaura:item/farming_stencil"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/fortress_finder" "layer0": "naturesaura:item/fortress_finder"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/gold_fiber" "layer0": "naturesaura:item/gold_fiber"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/gold_leaf" "layer0": "naturesaura:item/gold_leaf"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/gold_powder" "layer0": "naturesaura:item/gold_powder"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/infused_iron" "layer0": "naturesaura:item/infused_iron"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/handheld", "parent": "minecraft:item/handheld",
"textures": { "textures": {
"layer0": "naturesaura:item/infused_iron_axe" "layer0": "naturesaura:item/infused_iron_axe"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/infused_iron_chest" "layer0": "naturesaura:item/infused_iron_chest"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "naturesaura:item/infused_iron_helmet" "layer0": "naturesaura:item/infused_iron_helmet"
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/handheld", "parent": "minecraft:item/handheld",
"textures": { "textures": {
"layer0": "naturesaura:item/infused_iron_hoe" "layer0": "naturesaura:item/infused_iron_hoe"
} }

Some files were not shown because too many files have changed in this diff Show more