diff --git a/smithed_libraries/packs/behavior-tags/README.md b/smithed_libraries/packs/behavior-tags/README.md new file mode 100644 index 00000000..5e739a55 --- /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 00000000..51b62281 --- /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 00000000..b48456cc --- /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 00000000..bb577330 --- /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 00000000..699321e6 --- /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 00000000..ffaf8fad --- /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 00000000..0e1f7e42 --- /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 00000000..5581aa6b --- /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 00000000..f9ea7072 --- /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 00000000..e326c901 --- /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 00000000..02154cf4 Binary files /dev/null and b/smithed_libraries/packs/behavior-tags/pack.png differ