compat: Quark leaf carpets

This commit is contained in:
Martin Prokoph
2025-03-13 19:35:14 +01:00
parent d3175ec478
commit 8190c41610
34 changed files with 448 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/acacia_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "quark:block/ancient_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet_notint",
"textures": {
"wool": "minecraft:block/azalea_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/birch_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "quark:block/blue_blossom_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/cherry_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/dark_oak_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet_notint",
"textures": {
"wool": "minecraft:block/flowering_azalea_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/jungle_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "quark:block/lavender_blossom_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/mangrove_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/oak_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "quark:block/orange_blossom_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "quark:block/red_blossom_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "minecraft:block/spruce_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaf_carpet",
"textures": {
"wool": "quark:block/yellow_blossom_leaves"
}
}