remove excluded mods

This commit is contained in:
2026-01-05 10:05:26 +01:00
parent c092c5353b
commit a7d0ff9aaa
3637 changed files with 15 additions and 74 deletions

View File

@@ -0,0 +1,12 @@
{
"plant.agricraft.enchanted.water_artichoke": "Water Artichoke",
"plant.agricraft.enchanted.belladonna": "Belladonna",
"plant.agricraft.enchanted.mandrake": "Mandrake",
"plant.agricraft.enchanted.snowbell": "Snowbell",
"plant.agricraft.enchanted.wolfsbane": "Wolfsbane",
"seed.agricraft.enchanted.water_artichoke": "Water Artichoke Seeds",
"seed.agricraft.enchanted.belladonna": "Belladonna Seeds",
"seed.agricraft.enchanted.mandrake": "Mandrake Seeds",
"seed.agricraft.enchanted.snowbell": "Snowbell Seeds",
"seed.agricraft.enchanted.wolfsbane": "Wolfsbane Seeds"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/belladonna_stage_0"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/belladonna_stage_1"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/belladonna_stage_2"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/belladonna_stage_3"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/belladonna_stage_4"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/mandrake_stage_0"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/mandrake_stage_1"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/mandrake_stage_2"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/mandrake_stage_3"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/mandrake_stage_4"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_cross",
"textures": {
"crop": "enchanted:block/snowbell_stage_0"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_cross",
"textures": {
"crop": "enchanted:block/snowbell_stage_1"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_cross",
"textures": {
"crop": "enchanted:block/snowbell_stage_2"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_cross",
"textures": {
"crop": "enchanted:block/snowbell_stage_3"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_cross",
"textures": {
"crop": "enchanted:block/snowbell_stage_4"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/water_artichoke_stage_0"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/water_artichoke_stage_1"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/water_artichoke_stage_2"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/water_artichoke_stage_3"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_hash",
"textures": {
"crop": "enchanted:block/water_artichoke_stage_4"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_cross",
"textures": {
"crop": "enchanted:block/wolfsbane_stage_0"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_cross",
"textures": {
"crop": "enchanted:block/wolfsbane_stage_1"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_cross",
"textures": {
"crop": "enchanted:block/wolfsbane_stage_2"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_cross",
"textures": {
"crop": "enchanted:block/wolfsbane_stage_3"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "agricraft:crop/crop_cross",
"textures": {
"crop": "enchanted:block/wolfsbane_stage_4"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "enchanted:item/belladonna_seeds"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "enchanted:item/mandrake_seeds"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "enchanted:item/snowbell_seeds"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "enchanted:item/water_artichoke_seeds"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "enchanted:item/wolfsbane_seeds"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB