diff --git a/smithed_libraries/packs/behavior-tags/README.md b/smithed_libraries/packs/behavior-tags/README.md new file mode 100644 index 0000000..5e739a5 --- /dev/null +++ b/smithed_libraries/packs/behavior-tags/README.md @@ -0,0 +1,5 @@ +# Behavior Tags + +A set of tags that can modify gameplay behavior, agreed upon as a standard amongst datapack creators. + +It should be noted that we have the intent to collaborate with the modloaders (Fabric and Neoforge) for the standard convention tags that we can all benefit from. \ No newline at end of file diff --git a/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/ashen.json b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/ashen.json new file mode 100644 index 0000000..51b6228 --- /dev/null +++ b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/ashen.json @@ -0,0 +1,5 @@ +{ + "values": [ + "minecraft:snowy_taiga" + ] +} \ No newline at end of file diff --git a/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/black.json b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/black.json new file mode 100644 index 0000000..b48456c --- /dev/null +++ b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/black.json @@ -0,0 +1,5 @@ +{ + "values": [ + "minecraft:old_growth_pine_taiga" + ] +} \ No newline at end of file diff --git a/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/chestnut.json b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/chestnut.json new file mode 100644 index 0000000..bb57733 --- /dev/null +++ b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/chestnut.json @@ -0,0 +1,5 @@ +{ + "values": [ + "minecraft:old_growth_spruce_taiga" + ] +} \ No newline at end of file diff --git a/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/pale.json b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/pale.json new file mode 100644 index 0000000..699321e --- /dev/null +++ b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/pale.json @@ -0,0 +1,5 @@ +{ + "values": [ + "minecraft:taiga" + ] +} \ No newline at end of file diff --git a/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/rusty.json b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/rusty.json new file mode 100644 index 0000000..ffaf8fa --- /dev/null +++ b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/rusty.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#minecraft:is_jungle" + ] +} \ No newline at end of file diff --git a/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/snowy.json b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/snowy.json new file mode 100644 index 0000000..0e1f7e4 --- /dev/null +++ b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/snowy.json @@ -0,0 +1,5 @@ +{ + "values": [ + "minecraft:grove" + ] +} \ No newline at end of file diff --git a/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/spotted.json b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/spotted.json new file mode 100644 index 0000000..5581aa6 --- /dev/null +++ b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/spotted.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#minecraft:is_savanna" + ] +} \ No newline at end of file diff --git a/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/striped.json b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/striped.json new file mode 100644 index 0000000..f9ea707 --- /dev/null +++ b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/striped.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#minecraft:is_badlands" + ] +} \ No newline at end of file diff --git a/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/woods.json b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/woods.json new file mode 100644 index 0000000..e326c90 --- /dev/null +++ b/smithed_libraries/packs/behavior-tags/data/c/tags/worldgen/biome/has_wolf_variant/woods.json @@ -0,0 +1,5 @@ +{ + "values": [ + "minecraft:forest" + ] +} \ No newline at end of file diff --git a/smithed_libraries/packs/behavior-tags/pack.png b/smithed_libraries/packs/behavior-tags/pack.png new file mode 100644 index 0000000..02154cf Binary files /dev/null and b/smithed_libraries/packs/behavior-tags/pack.png differ