mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +01:00
compat: Quark leaf carpets
This commit is contained in:
6
assets/quark/models/block/acacia_leaf_carpet.json
Normal file
6
assets/quark/models/block/acacia_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "minecraft:block/acacia_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/quark/models/block/ancient_leaf_carpet.json
Normal file
6
assets/quark/models/block/ancient_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "quark:block/ancient_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/quark/models/block/azalea_leaf_carpet.json
Normal file
6
assets/quark/models/block/azalea_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet_notint",
|
||||
"textures": {
|
||||
"wool": "minecraft:block/azalea_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/quark/models/block/birch_leaf_carpet.json
Normal file
6
assets/quark/models/block/birch_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "minecraft:block/birch_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/quark/models/block/blue_blossom_leaf_carpet.json
Normal file
6
assets/quark/models/block/blue_blossom_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "quark:block/blue_blossom_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/quark/models/block/cherry_leaf_carpet.json
Normal file
6
assets/quark/models/block/cherry_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "minecraft:block/cherry_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/quark/models/block/dark_oak_leaf_carpet.json
Normal file
6
assets/quark/models/block/dark_oak_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "minecraft:block/dark_oak_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet_notint",
|
||||
"textures": {
|
||||
"wool": "minecraft:block/flowering_azalea_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/quark/models/block/jungle_leaf_carpet.json
Normal file
6
assets/quark/models/block/jungle_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "minecraft:block/jungle_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "quark:block/lavender_blossom_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/quark/models/block/mangrove_leaf_carpet.json
Normal file
6
assets/quark/models/block/mangrove_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "minecraft:block/mangrove_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/quark/models/block/oak_leaf_carpet.json
Normal file
6
assets/quark/models/block/oak_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "minecraft:block/oak_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "quark:block/orange_blossom_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/quark/models/block/red_blossom_leaf_carpet.json
Normal file
6
assets/quark/models/block/red_blossom_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "quark:block/red_blossom_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/quark/models/block/spruce_leaf_carpet.json
Normal file
6
assets/quark/models/block/spruce_leaf_carpet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "minecraft:block/spruce_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "quark:block/yellow_blossom_leaves"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user