Update to 1.3.3
This commit is contained in:
parent
bc5cf405bc
commit
431c5ff727
|
|
@ -18,7 +18,7 @@ apply plugin: 'net.minecraftforge.gradle'
|
|||
apply plugin: 'org.spongepowered.mixin'
|
||||
|
||||
|
||||
version = '1.18.2-1.3.1'
|
||||
version = '1.18.2-1.3.3'
|
||||
group = 'com.r3944realms.modernlifepatch' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = 'modernlifepatch'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
package com.r3944realms.modernlifepatch;
|
||||
|
||||
import com.dairymoose.modernlife.core.CustomBlocks;
|
||||
import net.minecraft.client.Minecraft;
|
||||
import net.minecraft.client.renderer.ItemBlockRenderTypes;
|
||||
import net.minecraft.client.renderer.RenderType;
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
import net.minecraft.server.packs.repository.Pack;
|
||||
import net.minecraft.server.packs.repository.PackSource;
|
||||
import net.minecraft.server.packs.repository.RepositorySource;
|
||||
import net.minecraftforge.api.distmarker.Dist;
|
||||
import net.minecraftforge.api.distmarker.OnlyIn;
|
||||
import net.minecraftforge.event.AddPackFindersEvent;
|
||||
|
|
@ -46,15 +45,15 @@ public abstract class EventHandler {
|
|||
IModFile modFile = ModList.get().getModFileById(ModernLifePatch.MOD_ID).getFile();
|
||||
Path modFilePath = modFile.findResource("resourcepacks/new_modern_life");
|
||||
event.addRepositorySource((consumer, packConstructor) -> {
|
||||
Pack t = Pack.create(
|
||||
ModernLifePatch.MOD_ID,
|
||||
Pack pack = Pack.create(
|
||||
new ResourceLocation(ModernLifePatch.MOD_ID, "new_modern_life").toString(),
|
||||
true,
|
||||
() -> new PathResourcePack(ModernLifePatch.MOD_ID, modFilePath),
|
||||
packConstructor,
|
||||
Pack.Position.TOP,
|
||||
PackSource.BUILT_IN
|
||||
);
|
||||
if(t != null) consumer.accept(t);
|
||||
if(pack != null) consumer.accept(pack);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ import com.r3944realms.modernlifepatch.utils.Enum.LanguageEnum;
|
|||
import com.r3944realms.modernlifepatch.utils.String.StringValidator;
|
||||
|
||||
public enum ModLangKeyValue {
|
||||
MOD_RESOURCE_DESC(getCustomTextKey("resource_pack", ModernLifePatch.MOD_ID ,"description"), "All of tetxures and models are created by BF_Meow,Do not use for other purposes without permission.", "所有材质和模型均由 白帆小喵BF_Meow 绘制。未经允许,请勿用作他用。"),
|
||||
MOD_RESOURCE_NAME(getCustomTextKey("resource_pack", ModernLifePatch.MOD_ID, "name"), "§b§lModern Life §fExclusive Materials", "§b§l摩登生活 §f专属材质"),
|
||||
MOD_RESOURCE_DESC(getCustomTextKey("resource_pack", ModernLifePatch.MOD_ID ,"description"), "All of textures and models are created by BF_Meow_,Do not use for other purposes without permission.", "所有材质和模型均由 白帆小喵BF_Meow_ 绘制。未经允许,请勿用作他用。"),
|
||||
|
||||
POWER_RECEIVER_HOVER_FIRST(getHoverTextKey("power_receiver", "1"), "Receives power on the selected channel from all transmitters", "从所有能量发射器中去接收所选工作频道的能量"),
|
||||
POWER_RECEIVER_AND_TRANSMITTER_HOVER_SECOND(getHoverTextKey("power_receiver", "2"), "Right click block to change current channel", "右键方块打开界面,来切换工作频道"),
|
||||
|
|
|
|||
|
|
@ -28,14 +28,14 @@ displayName="Modern Life Patch" #mandatory
|
|||
#displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional
|
||||
# A file name (in the root of the mod JAR) containing a logo for display
|
||||
|
||||
logoFile= "../resourcepacks/new_modern_life/modernlife/mod-logo.png" #optional
|
||||
logoFile= "mod-logo.png" #optional
|
||||
# A text field displayed in the mod UI
|
||||
credits="""
|
||||
All of tetxures and models are created by BF_Meow,Do not use for other purposes without permission.
|
||||
All of tetxures and models are created by BF_Meow_,Do not use for other purposes without permission.
|
||||
所有材质和模型均由 白帆小喵BF_Meow 绘制。未经允许,请勿用作他用。
|
||||
""" #optional
|
||||
# A text field displayed in the mod UI
|
||||
authors="R3944Realms, BF_Meow" #optional
|
||||
authors="R3944Realms, BF_Meow_" #optional
|
||||
# The description text for the mod (multi line!) (#mandatory)
|
||||
description='''
|
||||
A patch was made due to too many flaws in the original author's graphic design.
|
||||
|
|
|
|||
BIN
src/main/resources/mod-logo.png
Normal file
BIN
src/main/resources/mod-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/barrier",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,215 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"138": "modernlife:block/acacia_chair",
|
||||
"particle": "modernlife:block/acacia_chair"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "top",
|
||||
"from": [2, 7, 2],
|
||||
"to": [14, 10, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 6, 6, 7.5], "texture": "#138"},
|
||||
"east": {"uv": [6, 7.5, 0, 9], "texture": "#138"},
|
||||
"south": {"uv": [6, 6, 12, 7.5], "texture": "#138"},
|
||||
"west": {"uv": [0, 7.5, 6, 9], "texture": "#138"},
|
||||
"up": {"uv": [6, 6, 0, 0], "texture": "#138"},
|
||||
"down": {"uv": [12, 0, 6, 6], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [4, 10, 13],
|
||||
"to": [12, 25, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-2, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 0, 16, 7.5], "texture": "#138"},
|
||||
"east": {"uv": [0, 0, 0, 3.75], "texture": "#138"},
|
||||
"south": {"uv": [12, 0, 16, 7.5], "texture": "#138"},
|
||||
"west": {"uv": [0, 0, 0, 3.75], "texture": "#138"},
|
||||
"up": {"uv": [2, 0, 0, 0], "texture": "#138"},
|
||||
"down": {"uv": [2, 0, 0, 0], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [2, 10, 12],
|
||||
"to": [4, 24, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 9, 0, 16], "texture": "#138"},
|
||||
"east": {"uv": [1, 9, 0, 16], "texture": "#138"},
|
||||
"south": {"uv": [0, 9, 1, 16], "texture": "#138"},
|
||||
"west": {"uv": [1, 9, 0, 16], "texture": "#138"},
|
||||
"up": {"uv": [2, 12, 3, 11], "texture": "#138"},
|
||||
"down": {"uv": [2, 10, 3, 11], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [12, 10, 12],
|
||||
"to": [14, 24, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 9, 1, 16], "texture": "#138"},
|
||||
"east": {"uv": [0, 9, 1, 16], "texture": "#138"},
|
||||
"south": {"uv": [1, 9, 0, 16], "texture": "#138"},
|
||||
"west": {"uv": [0, 9, 1, 16], "texture": "#138"},
|
||||
"up": {"uv": [3, 12, 2, 11], "texture": "#138"},
|
||||
"down": {"uv": [3, 10, 2, 11], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [4, 2, 3],
|
||||
"to": [12, 4, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 9, 6, 10], "texture": "#138"},
|
||||
"east": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"south": {"uv": [2, 9, 6, 10], "texture": "#138"},
|
||||
"west": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"up": {"uv": [0, 2, 0, 0], "rotation": 270, "texture": "#138"},
|
||||
"down": {"uv": [0, 0, 0, 2], "rotation": 90, "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [4, 2, 13],
|
||||
"to": [12, 4, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 9, 2, 10], "texture": "#138"},
|
||||
"east": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"south": {"uv": [6, 9, 2, 10], "texture": "#138"},
|
||||
"west": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"up": {"uv": [0, 2, 0, 0], "rotation": 270, "texture": "#138"},
|
||||
"down": {"uv": [0, 0, 0, 2], "rotation": 90, "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [13, 2, 4],
|
||||
"to": [13, 4, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"east": {"uv": [2, 9, 6, 10], "texture": "#138"},
|
||||
"south": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"west": {"uv": [2, 9, 6, 10], "texture": "#138"},
|
||||
"up": {"uv": [0, 2, 0, 0], "texture": "#138"},
|
||||
"down": {"uv": [0, 0, 0, 2], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [3, 2, 4],
|
||||
"to": [3, 4, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"east": {"uv": [6, 9, 2, 10], "texture": "#138"},
|
||||
"south": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"west": {"uv": [6, 9, 2, 10], "texture": "#138"},
|
||||
"up": {"uv": [0, 2, 0, 0], "texture": "#138"},
|
||||
"down": {"uv": [0, 0, 0, 2], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [12, 0, 2],
|
||||
"to": [14, 7, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -10]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"east": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"south": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"west": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"up": {"uv": [3, 11, 2, 10], "texture": "#138"},
|
||||
"down": {"uv": [3, 10, 2, 11], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [2, 0, 2],
|
||||
"to": [4, 7, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -10]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"east": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"south": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"west": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"up": {"uv": [2, 11, 3, 10], "texture": "#138"},
|
||||
"down": {"uv": [2, 10, 3, 11], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "front_support",
|
||||
"from": [2, 0, 12],
|
||||
"to": [4, 7, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 26]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"east": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"south": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"west": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"up": {"uv": [2, 10, 3, 11], "texture": "#138"},
|
||||
"down": {"uv": [2, 11, 3, 10], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "front_support",
|
||||
"from": [12, 0, 12],
|
||||
"to": [14, 7, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 26]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"east": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"south": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"west": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"up": {"uv": [3, 10, 2, 11], "texture": "#138"},
|
||||
"down": {"uv": [3, 11, 2, 10], "texture": "#138"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 10, 0],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 10, 0],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -135, 0],
|
||||
"translation": [0, -1.75, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, -0.25, -2.75],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "modernlife:block/coffee_table",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"1": "block/acacia_log",
|
||||
"particle": "block/acacia_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "modernlife:block/coffee_table_corner",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"1": "block/acacia_log",
|
||||
"particle": "block/acacia_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "modernlife:block/coffee_table_end",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"1": "block/acacia_log",
|
||||
"particle": "block/acacia_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "modernlife:block/coffee_table_mid",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"1": "block/acacia_log",
|
||||
"particle": "block/acacia_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,123 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"118": "modernlife:block/acacia_planks_deck",
|
||||
"particle": "modernlife:block/acacia_planks_deck"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 13, 0],
|
||||
"to": [6, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-9.5, -0.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [10, 2, 13, 4], "texture": "#118"},
|
||||
"east": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [16, 0, 0, 3], "rotation": 90, "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "rotation": 90, "texture": "#118"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 13, 0],
|
||||
"to": [13, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-2.5, -0.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 2, 6, 4], "texture": "#118"},
|
||||
"east": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [16, 0, 0, 3], "rotation": 90, "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "rotation": 90, "texture": "#118"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 0],
|
||||
"to": [16, 16, 3],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#118"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 4],
|
||||
"to": [16, 16, 7],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#118"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 12],
|
||||
"to": [16, 16, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#118"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 8],
|
||||
"to": [16, 16, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#118"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, -3.5, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, -3.5, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 63],
|
||||
"translation": [-0.5, -0.75, 5.25],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 63],
|
||||
"translation": [-0.5, -0.75, 5.25],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.25, -5.25, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [-90, 0, 0],
|
||||
"translation": [0, 0, 6]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,136 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"1": "block/acacia_planks",
|
||||
"4": "modernlife:block/acacia_planks_deck",
|
||||
"particle": "block/acacia_planks"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 13, 0],
|
||||
"to": [6, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-9.5, -0.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [10, 2, 13, 4], "texture": "#4"},
|
||||
"east": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [16, 0, 0, 3], "rotation": 90, "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "rotation": 90, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 0],
|
||||
"to": [16, 16, 3],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 4],
|
||||
"to": [16, 16, 7],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 12],
|
||||
"to": [16, 16, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 8],
|
||||
"to": [16, 16, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 13, 0],
|
||||
"to": [13, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-2.5, -0.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 2, 6, 4], "texture": "#4"},
|
||||
"east": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [16, 0, 0, 3], "rotation": 90, "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "rotation": 90, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "support",
|
||||
"from": [6, 0, 6],
|
||||
"to": [10, 14, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 1.5, 10, 16], "texture": "#1"},
|
||||
"east": {"uv": [6, 1.5, 10, 16], "texture": "#1"},
|
||||
"south": {"uv": [6, 1.5, 10, 16], "texture": "#1"},
|
||||
"west": {"uv": [6, 1.5, 10, 16], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#1"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 30, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/door_bottom",
|
||||
"textures": {
|
||||
"top": "modernlife:block/acacia_glass_door_top",
|
||||
"bottom": "modernlife:block/acacia_glass_door_bottom"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/door_bottom_rh",
|
||||
"textures": {
|
||||
"top": "modernlife:block/acacia_glass_door_top",
|
||||
"bottom": "modernlife:block/acacia_glass_door_bottom"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/door_top",
|
||||
"textures": {
|
||||
"top": "modernlife:block/acacia_glass_door_top",
|
||||
"bottom": "modernlife:block/acacia_glass_door_bottom"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/door_top_rh",
|
||||
"textures": {
|
||||
"top": "modernlife:block/acacia_glass_door_top",
|
||||
"bottom": "modernlife:block/acacia_glass_door_bottom"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,145 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"64": "modernlife:block/acacia_kitchen_cabinet",
|
||||
"particle": "block/acacia_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 10.33333, 0, 5.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 5.33333, 5.33333, 10.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4, 16],
|
||||
"to": [7, 8, 17],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 0, 10.33333, 1.33333], "texture": "#64"},
|
||||
"south": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"west": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 0, 10.33333, 0.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 8, 15],
|
||||
"to": [7, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.33333, 10.33333, 1], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4, 15],
|
||||
"to": [7, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.66667, 10.33333, 1.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.33333, 1.33333, 10.66667, 1.66667], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 4, 15],
|
||||
"to": [10, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.66667, 10.33333, 1.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.33333, 1.33333, 10.66667, 1.66667], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 4, 16],
|
||||
"to": [10, 8, 17],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 0, 10.33333, 1.33333], "texture": "#64"},
|
||||
"south": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"west": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 0, 10.33333, 0.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 8, 15],
|
||||
"to": [10, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.33333, 10.33333, 1], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.25, 0, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,145 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"64": "modernlife:block/acacia_kitchen_drawer_cabinet",
|
||||
"particle": "block/acacia_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 10.33333, 0, 5.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 5.33333, 5.33333, 10.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 12, 16],
|
||||
"to": [10, 13, 17],
|
||||
"rotation": {"angle": 0, "axis": "z", "origin": [6, 13, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "rotation": 270, "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 0, 10.33333, 0.33333], "rotation": 90, "texture": "#64"},
|
||||
"south": {"uv": [10.33333, 0, 10.66667, 1.33333], "rotation": 90, "texture": "#64"},
|
||||
"west": {"uv": [10.66667, 1, 10.33333, 1.33333], "rotation": 90, "texture": "#64"},
|
||||
"up": {"uv": [10.33333, 0, 10.66667, 1.33333], "rotation": 90, "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 0, 10.33333, 1.33333], "rotation": 90, "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 12, 15],
|
||||
"to": [10, 13, 16],
|
||||
"rotation": {"angle": 0, "axis": "z", "origin": [6, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "rotation": 270, "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 1.33333, 10.33333, 1], "rotation": 90, "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "rotation": 90, "texture": "#64"},
|
||||
"west": {"uv": [10.66667, 1, 10.33333, 1.33333], "rotation": 90, "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 0, 10.33333, 5.33333], "rotation": 90, "texture": "#64"},
|
||||
"down": {"uv": [10.33333, 0, 5.33333, 5.33333], "rotation": 90, "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 12, 15],
|
||||
"to": [6, 13, 16],
|
||||
"rotation": {"angle": 0, "axis": "z", "origin": [6, 13, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "rotation": 270, "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 1.66667, 10.33333, 1.33333], "rotation": 90, "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "rotation": 90, "texture": "#64"},
|
||||
"west": {"uv": [10.33333, 1.33333, 10.66667, 1.66667], "rotation": 90, "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 0, 10.33333, 5.33333], "rotation": 90, "texture": "#64"},
|
||||
"down": {"uv": [10.33333, 0, 5.33333, 5.33333], "rotation": 90, "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 4, 15],
|
||||
"to": [13, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.66667, 10.33333, 1.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.33333, 1.33333, 10.66667, 1.66667], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 4, 16],
|
||||
"to": [13, 8, 17],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 0, 10.33333, 1.33333], "texture": "#64"},
|
||||
"south": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"west": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 0, 10.33333, 0.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 8, 15],
|
||||
"to": [13, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.33333, 10.33333, 1], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.25, 0, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp",
|
||||
"textures": {
|
||||
"1": "block/acacia_log",
|
||||
"particle": "block/acacia_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp_corner",
|
||||
"textures": {
|
||||
"1": "block/acacia_log",
|
||||
"particle": "block/acacia_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,180 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [32, 32],
|
||||
"textures": {
|
||||
"141": "modernlife:block/acacia_mini_stool",
|
||||
"particle": "block/acacia_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "top",
|
||||
"from": [2, 6, 2],
|
||||
"to": [14, 9, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, -1, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 6, 6, 7.5], "texture": "#141"},
|
||||
"east": {"uv": [0, 6, 6, 7.5], "texture": "#141"},
|
||||
"south": {"uv": [0, 6, 6, 7.5], "texture": "#141"},
|
||||
"west": {"uv": [0, 6, 6, 7.5], "texture": "#141"},
|
||||
"up": {"uv": [6, 6, 0, 0], "texture": "#141"},
|
||||
"down": {"uv": [12, 0, 6, 6], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 2, 4],
|
||||
"to": [10, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0.5, 0, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"east": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"south": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"west": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"up": {"uv": [2.5, 0, 0, 0], "texture": "#141"},
|
||||
"down": {"uv": [2.5, 0, 0, 0], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 2, 12],
|
||||
"to": [10, 4, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15.5, 0, 15.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"east": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"south": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"west": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"up": {"uv": [0, 0, 2.5, 0], "texture": "#141"},
|
||||
"down": {"uv": [0, 0, 2.5, 0], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 2, 6],
|
||||
"to": [4, 4, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"east": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"south": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"west": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"up": {"uv": [2.5, 0, 0, 0], "rotation": 270, "texture": "#141"},
|
||||
"down": {"uv": [2.5, 0, 0, 0], "rotation": 90, "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 2, 6],
|
||||
"to": [12, 4, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"east": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"south": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"west": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"up": {"uv": [0, 0, 2.5, 0], "rotation": 270, "texture": "#141"},
|
||||
"down": {"uv": [0, 0, 2.5, 0], "rotation": 90, "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 3],
|
||||
"to": [6, 6, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [22.5, 7.75, 8.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.5, 7.5, 0, 10.5], "texture": "#141"},
|
||||
"east": {"uv": [1.5, 7.5, 3, 10.5], "texture": "#141"},
|
||||
"south": {"uv": [1.5, 7.5, 3, 10.5], "texture": "#141"},
|
||||
"west": {"uv": [0, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"up": {"uv": [1.5, 12, 0, 10.5], "texture": "#141"},
|
||||
"down": {"uv": [1.5, 10.5, 0, 12], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 0, 3],
|
||||
"to": [13, 6, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-6.5, 7.75, 8.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"east": {"uv": [1.5, 7.5, 0, 10.5], "texture": "#141"},
|
||||
"south": {"uv": [3, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"west": {"uv": [3, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"up": {"uv": [0, 12, 1.5, 10.5], "texture": "#141"},
|
||||
"down": {"uv": [0, 10.5, 1.5, 12], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 10],
|
||||
"to": [6, 6, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [22.5, 7.75, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"east": {"uv": [3, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"south": {"uv": [0, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"west": {"uv": [1.5, 7.5, 0, 10.5], "texture": "#141"},
|
||||
"up": {"uv": [1.5, 10.5, 0, 12], "texture": "#141"},
|
||||
"down": {"uv": [1.5, 12, 0, 10.5], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 0, 10],
|
||||
"to": [13, 6, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-6.5, 7.75, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.5, 7.5, 3, 10.5], "texture": "#141"},
|
||||
"east": {"uv": [0, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"south": {"uv": [1.5, 7.5, 0, 10.5], "texture": "#141"},
|
||||
"west": {"uv": [1.5, 7.5, 3, 10.5], "texture": "#141"},
|
||||
"up": {"uv": [0, 10.5, 1.5, 12], "texture": "#141"},
|
||||
"down": {"uv": [0, 12, 1.5, 10.5], "texture": "#141"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -45, 0],
|
||||
"translation": [0, 1.75, 0],
|
||||
"scale": [0.75, 0.75, 0.75]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 3, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
0,
|
||||
{
|
||||
"name": "supports",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [1, 2, 3, 4]
|
||||
},
|
||||
{
|
||||
"name": "legs",
|
||||
"origin": [2, 7.72417, 8],
|
||||
"color": 0,
|
||||
"children": [5, 6, 7, 8]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,219 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"107": "modernlife:block/acacia_night_stand",
|
||||
"particle": "block/acacia_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "body",
|
||||
"from": [0, 1, 0],
|
||||
"to": [16, 16, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [10, 0, 15.33333, 5], "texture": "#107"},
|
||||
"east": {"uv": [5.33333, 0, 10, 5], "texture": "#107"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5], "texture": "#107"},
|
||||
"west": {"uv": [10, 0, 5.33333, 5], "texture": "#107"},
|
||||
"up": {"uv": [5.33333, 9.66667, 0, 5], "texture": "#107"},
|
||||
"down": {"uv": [10.66667, 5, 5.33333, 9.66667], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sw_leg",
|
||||
"from": [0, 0, 12],
|
||||
"to": [2, 1, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [16, 0.33333, 15.33333, 0.66667], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 0.33333, 16, 0.66667], "texture": "#107"},
|
||||
"south": {"uv": [15.33333, 0, 16, 0.33333], "texture": "#107"},
|
||||
"west": {"uv": [16, 0, 15.33333, 0.33333], "texture": "#107"},
|
||||
"up": {"uv": [15.33333, 0.66667, 16, 0], "texture": "#107"},
|
||||
"down": {"uv": [15.33333, 0, 16, 0.66667], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sw_leg",
|
||||
"from": [14, 0, 12],
|
||||
"to": [16, 1, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.33333, 0.33333, 16, 0.66667], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 0, 16, 0.33333], "texture": "#107"},
|
||||
"south": {"uv": [16, 0, 15.33333, 0.33333], "texture": "#107"},
|
||||
"west": {"uv": [16, 0.33333, 15.33333, 0.66667], "texture": "#107"},
|
||||
"up": {"uv": [16, 0.66667, 15.33333, 0], "texture": "#107"},
|
||||
"down": {"uv": [16, 0, 15.33333, 0.66667], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sw_leg",
|
||||
"from": [0, 0, 0],
|
||||
"to": [2, 1, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -12]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 0.33333, 15.33333, 0.66667], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 0.33333, 16, 0.66667], "texture": "#107"},
|
||||
"south": {"uv": [15.33333, 0, 16, 0.33333], "texture": "#107"},
|
||||
"west": {"uv": [16, 0, 15.33333, 0.33333], "texture": "#107"},
|
||||
"up": {"uv": [15.33333, 0.66667, 16, 0], "texture": "#107"},
|
||||
"down": {"uv": [15.33333, 0, 16, 0.66667], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sw_leg",
|
||||
"from": [14, 0, 0],
|
||||
"to": [16, 1, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -12]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.33333, 0.33333, 16, 0.66667], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 0, 16, 0.33333], "texture": "#107"},
|
||||
"south": {"uv": [16, 0, 15.33333, 0.33333], "texture": "#107"},
|
||||
"west": {"uv": [16, 0.33333, 15.33333, 0.66667], "texture": "#107"},
|
||||
"up": {"uv": [16, 0.66667, 15.33333, 0], "texture": "#107"},
|
||||
"down": {"uv": [16, 0, 15.33333, 0.66667], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_mid",
|
||||
"from": [4.999, 6, 15],
|
||||
"to": [10.999, 7, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-0.001, -5.6, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 90, "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 2.33333, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [15.66667, 0.66667, 15.33333, 2.66667], "rotation": 270, "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 0.66667, 15.66667, 1], "texture": "#107"},
|
||||
"up": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 270, "texture": "#107"},
|
||||
"down": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 270, "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_left",
|
||||
"from": [4.999, 6, 14],
|
||||
"to": [4.999, 7, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-0.001, -5.6, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 3, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 2.66667, 15.66667, 3], "texture": "#107"},
|
||||
"up": {"uv": [0, 0.25, 0, 0], "texture": "#107"},
|
||||
"down": {"uv": [0, 0, 0, 0.25], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_left",
|
||||
"from": [10.999, 6, 14],
|
||||
"to": [10.999, 7, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [5.999, -5.6, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 3, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 2.66667, 15.66667, 3], "texture": "#107"},
|
||||
"up": {"uv": [0, 0.25, 0, 0], "texture": "#107"},
|
||||
"down": {"uv": [0, 0, 0, 0.25], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_left",
|
||||
"from": [4.999, 12, 14],
|
||||
"to": [4.999, 13, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-0.001, 0.4, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 3, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 2.66667, 15.66667, 3], "texture": "#107"},
|
||||
"up": {"uv": [0, 0.25, 0, 0], "texture": "#107"},
|
||||
"down": {"uv": [0, 0, 0, 0.25], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_left",
|
||||
"from": [10.999, 12, 14],
|
||||
"to": [10.999, 13, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [5.999, 0.4, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 3, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 2.66667, 15.66667, 3], "texture": "#107"},
|
||||
"up": {"uv": [0, 0.25, 0, 0], "texture": "#107"},
|
||||
"down": {"uv": [0, 0, 0, 0.25], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_mid",
|
||||
"from": [4.999, 12, 15],
|
||||
"to": [10.999, 13, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-0.001, 0.4, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 90, "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 2.33333, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [15.66667, 0.66667, 15.33333, 2.66667], "rotation": 270, "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 0.66667, 15.66667, 1], "texture": "#107"},
|
||||
"up": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 270, "texture": "#107"},
|
||||
"down": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 270, "texture": "#107"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.5, -0.25, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
0,
|
||||
{
|
||||
"name": "legs",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [1, 2, 3, 4]
|
||||
},
|
||||
{
|
||||
"name": "lower_handle",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [5, 6, 7]
|
||||
},
|
||||
{
|
||||
"name": "upper_handle",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [8, 9, 10]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/picnic_table",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/picnic_table_front",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/picnic_table_full",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/barrier",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp",
|
||||
"textures": {
|
||||
"1": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp",
|
||||
"textures": {
|
||||
"1": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp_corner",
|
||||
"textures": {
|
||||
"1": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,189 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"3": "modernlife:block/acacia_round_table",
|
||||
"particle": "block/acacia_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 15, 14],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, -1, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.66667, 10.66667, 1.33333], "texture": "#3"},
|
||||
"east": {"uv": [9.33333, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"west": {"uv": [9.33333, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"up": {"uv": [10.66667, 1.33333, 0, 0], "texture": "#3"},
|
||||
"down": {"uv": [0, 1.33333, 10.66667, 0], "rotation": 180, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15, 0],
|
||||
"to": [16, 16, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, -1, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 0, 0.66667], "texture": "#3"},
|
||||
"east": {"uv": [10.66667, 0, 9.33333, 0.66667], "texture": "#3"},
|
||||
"south": {"uv": [10.66667, 0.66667, 0, 1.33333], "texture": "#3"},
|
||||
"west": {"uv": [10.66667, 0, 9.33333, 0.66667], "texture": "#3"},
|
||||
"up": {"uv": [10.66667, 0, 0, 1.33333], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 10.66667, 1.33333], "rotation": 180, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15, 2],
|
||||
"to": [2, 16, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9.33333, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"east": {"uv": [1.33333, 0.66667, 9.33333, 1.33333], "texture": "#3"},
|
||||
"south": {"uv": [9.33333, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"west": {"uv": [1.33333, 0, 9.33333, 0.66667], "texture": "#3"},
|
||||
"up": {"uv": [9.33333, 1.33333, 1.33333, 0], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [1.33333, 1.33333, 9.33333, 0], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 15, 2],
|
||||
"to": [16, 16, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 9.33333, 0.66667], "texture": "#3"},
|
||||
"east": {"uv": [9.33333, 0, 1.33333, 0.66667], "texture": "#3"},
|
||||
"south": {"uv": [10.66667, 0, 9.33333, 0.66667], "texture": "#3"},
|
||||
"west": {"uv": [9.33333, 0.66667, 1.33333, 1.33333], "texture": "#3"},
|
||||
"up": {"uv": [9.33333, 0, 1.33333, 1.33333], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [1.33333, 0, 9.33333, 1.33333], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 15, 2],
|
||||
"to": [14, 16, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, -1, 18]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 15.33333, 5.33333, 16], "texture": "#3"},
|
||||
"east": {"uv": [16, 15.33333, 14.66667, 16], "texture": "#3"},
|
||||
"south": {"uv": [16, 15.33333, 5.33333, 16], "texture": "#3"},
|
||||
"west": {"uv": [16, 15.33333, 14.66667, 16], "texture": "#3"},
|
||||
"up": {"uv": [9.33333, 1.33333, 1.33333, 9.33333], "texture": "#3"},
|
||||
"down": {"uv": [1.33333, 1.33333, 9.33333, 9.33333], "rotation": 180, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 14],
|
||||
"to": [5, 15, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 0, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 0, 10.66667, 10], "texture": "#3"},
|
||||
"east": {"uv": [11.33333, 0, 12, 10], "texture": "#3"},
|
||||
"south": {"uv": [10.66667, 0, 12, 10], "texture": "#3"},
|
||||
"west": {"uv": [10.66667, 0, 11.33333, 10], "texture": "#3"},
|
||||
"up": {"uv": [10.66667, 0.66667, 12, 0], "texture": "#3"},
|
||||
"down": {"uv": [10.66667, 9.35, 12, 10], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 0, 14],
|
||||
"to": [11, 15, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-6, 0, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 0, 12, 10], "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 0, 3.75], "texture": "#3"},
|
||||
"south": {"uv": [12, 0, 16, 10], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 0, 3.75], "texture": "#3"},
|
||||
"up": {"uv": [1.5, 0, 0, 0], "texture": "#3"},
|
||||
"down": {"uv": [1.5, 0, 0, 0], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 0, 14],
|
||||
"to": [13, 15, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [24, 0, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 12, 10], "texture": "#3"},
|
||||
"east": {"uv": [11.33333, 0, 10.66667, 10], "texture": "#3"},
|
||||
"south": {"uv": [12, 0, 10.66667, 10], "texture": "#3"},
|
||||
"west": {"uv": [12, 0, 11.33333, 10], "texture": "#3"},
|
||||
"up": {"uv": [12, 0.66667, 10.66667, 0], "texture": "#3"},
|
||||
"down": {"uv": [12, 9.35, 10.66667, 10], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 1],
|
||||
"to": [5, 15, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 0, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 0, 10.66667, 10], "texture": "#3"},
|
||||
"east": {"uv": [12, 0, 11.33333, 10], "texture": "#3"},
|
||||
"south": {"uv": [10.66667, 0, 12, 10], "texture": "#3"},
|
||||
"west": {"uv": [11.33333, 0, 10.66667, 10], "texture": "#3"},
|
||||
"up": {"uv": [10.66667, 0, 12, 0.66667], "texture": "#3"},
|
||||
"down": {"uv": [10.66667, 10, 12, 9.35], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 0, 2],
|
||||
"to": [11, 15, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-6, 0, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 0, 12, 10], "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 0, 3.75], "texture": "#3"},
|
||||
"south": {"uv": [12, 0, 16, 10], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 0, 3.75], "texture": "#3"},
|
||||
"up": {"uv": [1.5, 0, 0, 0], "texture": "#3"},
|
||||
"down": {"uv": [1.5, 0, 0, 0], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 0, 1],
|
||||
"to": [13, 15, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [24, 0, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 12, 10], "texture": "#3"},
|
||||
"east": {"uv": [10.66667, 0, 11.33333, 10], "texture": "#3"},
|
||||
"south": {"uv": [12, 0, 10.66667, 10], "texture": "#3"},
|
||||
"west": {"uv": [11.33333, 0, 12, 10], "texture": "#3"},
|
||||
"up": {"uv": [12, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"down": {"uv": [12, 10, 10.66667, 9.35], "texture": "#3"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0, -0.5, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/small_table",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/small_table_corner",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/small_table_end",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/small_table_mid",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/stool",
|
||||
"textures": {
|
||||
"0": "block/acacia_planks",
|
||||
"particle": "block/acacia_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,145 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [32, 32],
|
||||
"textures": {
|
||||
"2": "modernlife:block/acacia_wall_shelf",
|
||||
"particle": "modernlife:block/acacia_wall_shelf"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 7, 0],
|
||||
"to": [16, 8, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3.5, -4, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 16, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 16, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"},
|
||||
"up": {"uv": [16, 6, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [16, 0, 0, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 4, 0],
|
||||
"to": [1, 5, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4.5, 4.5, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [1, 8, 0, 9], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [0, 8, 1, 9], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 5, 0],
|
||||
"to": [1, 6, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4.5, 5.5, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [2, 7, 0, 8], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [0, 7, 2, 8], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 6, 1],
|
||||
"to": [1, 7, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4.5, 6.5, 1.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [3, 6, 1, 7], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [1, 6, 3, 7], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 6, 1],
|
||||
"to": [15, 7, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20.5, 6.5, 1.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [3, 6, 1, 7], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [1, 6, 3, 7], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 5, 0],
|
||||
"to": [15, 6, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20.5, 5.5, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [2, 7, 0, 8], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [0, 7, 2, 8], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 4, 0],
|
||||
"to": [15, 5, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20.5, 4.5, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [1, 8, 0, 9], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [0, 8, 1, 9], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 0.25, 4.25],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 0.25, 4.25],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -45, 0],
|
||||
"translation": [-3.5, -1.25, 0]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 0, -8]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "shelf",
|
||||
"origin": [8, 6, 0.5],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp",
|
||||
"textures": {
|
||||
"1": "block/acacia_wood",
|
||||
"particle": "block/acacia_wood"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"106": "modernlife:block/air_conditioner",
|
||||
"particle": "modernlife:block/air_conditioner"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 15.66667, 5.33333], "texture": "#106"},
|
||||
"east": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#106"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#106"},
|
||||
"west": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#106"},
|
||||
"up": {"uv": [5.33333, 10.33333, 0, 5.33333], "texture": "#106"},
|
||||
"down": {"uv": [10.66667, 5.33333, 5.33333, 10.33333], "texture": "#106"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.25, 0, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [32, 32],
|
||||
"textures": {
|
||||
"0": "modernlife:block/alarm_clock",
|
||||
"particle": "modernlife:block/alarm_clock"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 0, 8],
|
||||
"to": [13, 5, 12.99],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 5, 2.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 5, 2.5, 7.5], "texture": "#0"},
|
||||
"south": {"uv": [0, 2.5, 5, 5], "texture": "#0"},
|
||||
"west": {"uv": [2.5, 5, 0, 7.5], "texture": "#0"},
|
||||
"up": {"uv": [10, 2.5, 5, 0], "texture": "#0"},
|
||||
"down": {"uv": [10, 2.5, 5, 5], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 4.25, -0.75],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 4.25, -0.75],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 4.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 4.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [-1.5, 5.25, 0]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 5.5, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/barrier",
|
||||
"textures": {
|
||||
"0": "block/andesite",
|
||||
"particle": "block/andesite"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,93 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"64": "modernlife:block/andesite_kitchen_cabinet",
|
||||
"particle": "block/andesite"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 10.33333, 0, 5.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 5.33333, 5.33333, 10.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 5, 15],
|
||||
"to": [7, 7, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [11.33334, 5.33333, 11, 6], "texture": "#64"},
|
||||
"south": {"uv": [10.66666, 5.33333, 11.33334, 6], "texture": "#64"},
|
||||
"west": {"uv": [10.66666, 5.33333, 11, 6], "texture": "#64"},
|
||||
"up": {"uv": [10.66666, 5.33333, 11.33334, 5.66666], "texture": "#64"},
|
||||
"down": {"uv": [10.66666, 5.66667, 11.33334, 6], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 5, 15],
|
||||
"to": [11, 7, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 10.33333, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [11, 5.33333, 10.66666, 6], "texture": "#64"},
|
||||
"south": {"uv": [11.33334, 5.33333, 10.66666, 6], "texture": "#64"},
|
||||
"west": {"uv": [11, 5.33333, 11.33334, 6], "texture": "#64"},
|
||||
"up": {"uv": [11.33334, 5.33333, 10.66666, 5.66666], "texture": "#64"},
|
||||
"down": {"uv": [11.33334, 5.66667, 10.66666, 6], "texture": "#64"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.25, 0, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,93 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"64": "modernlife:block/andesite_kitchen_drawer_cabinet",
|
||||
"particle": "block/andesite"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 10.33333, 0, 5.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 5.33333, 5.33333, 10.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 12, 15],
|
||||
"to": [10, 13, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 10, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [12.66667, 5.33333, 12.33333, 5.66667], "texture": "#64"},
|
||||
"south": {"uv": [11.33333, 5.33333, 12.66667, 5.66667], "texture": "#64"},
|
||||
"west": {"uv": [11.33333, 5.33333, 11.66667, 5.66667], "texture": "#64"},
|
||||
"up": {"uv": [11.33333, 5.33333, 12.66667, 5.66666], "texture": "#64"},
|
||||
"down": {"uv": [11.33333, 5.33334, 12.66667, 5.66667], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 6, 15],
|
||||
"to": [13, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 5, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 10.33333, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [11, 5.33333, 10.66666, 6], "texture": "#64"},
|
||||
"south": {"uv": [11.33334, 5.33333, 10.66666, 6], "texture": "#64"},
|
||||
"west": {"uv": [11, 5.33333, 11.33334, 6], "texture": "#64"},
|
||||
"up": {"uv": [11.33334, 5.33333, 10.66666, 5.66666], "texture": "#64"},
|
||||
"down": {"uv": [11.33334, 5.66667, 10.66666, 6], "texture": "#64"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.25, 0, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp",
|
||||
"textures": {
|
||||
"1": "block/andesite",
|
||||
"particle": "block/andesite"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp_corner",
|
||||
"textures": {
|
||||
"1": "block/andesite",
|
||||
"particle": "block/andesite"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,98 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"115": "modernlife:block/arrow_slit",
|
||||
"117": "modernlife:block/arrow_slit_top",
|
||||
"particle": "modernlife:block/arrow_slit_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 12],
|
||||
"to": [16, 6, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 10, 16, 16], "texture": "#115"},
|
||||
"east": {"uv": [0, 10, 4, 16], "texture": "#115"},
|
||||
"south": {"uv": [0, 10, 16, 16], "texture": "#115"},
|
||||
"west": {"uv": [0, 10, 4, 16], "texture": "#115"},
|
||||
"up": {"uv": [0, 0, 16, 4], "texture": "#117"},
|
||||
"down": {"uv": [0, 12, 16, 16], "texture": "#115"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 6, 12],
|
||||
"to": [16, 14, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 2, 6, 10], "texture": "#115"},
|
||||
"east": {"uv": [0, 2, 4, 10], "texture": "#115"},
|
||||
"south": {"uv": [0, 2, 6, 10], "texture": "#115"},
|
||||
"west": {"uv": [0, 2, 4, 10], "texture": "#115"},
|
||||
"up": {"uv": [9, 4, 9, 4], "texture": "#115"},
|
||||
"down": {"uv": [7, 5, 7, 7], "texture": "#115"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 12],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 14, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 2], "texture": "#115"},
|
||||
"east": {"uv": [0, 0, 5, 2], "texture": "#115"},
|
||||
"south": {"uv": [0, 0, 16, 2], "texture": "#115"},
|
||||
"west": {"uv": [0, 0, 4, 2], "texture": "#115"},
|
||||
"up": {"uv": [0, 0, 16, 4], "texture": "#117"},
|
||||
"down": {"uv": [0, 4, 16, 8], "texture": "#117"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 6, 12],
|
||||
"to": [6, 14, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-10, 6, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [10, 2, 16, 10], "texture": "#115"},
|
||||
"east": {"uv": [0, 2, 4, 10], "texture": "#115"},
|
||||
"south": {"uv": [10, 2, 16, 10], "texture": "#115"},
|
||||
"west": {"uv": [0, 2, 4, 10], "texture": "#115"},
|
||||
"up": {"uv": [7, 4, 7, 4], "texture": "#115"},
|
||||
"down": {"uv": [8, 6, 8, 6], "texture": "#115"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, -4],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, -4],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [2.63, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [2.63, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [-2.25, 1.25, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 0, 4.75]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,66 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "block/0",
|
||||
"particle": "block/0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 12],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 16], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 16], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 16, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 16, 4], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"gui_light": "front",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, -4],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, -4],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [2.63, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [2.63, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [20, 20, 0],
|
||||
"translation": [-1.75, 1.75, 0],
|
||||
"scale": [0.7, 0.7, 0.7]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 0, 4.75]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [0]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp",
|
||||
"textures": {
|
||||
"1": "block/basalt",
|
||||
"particle": "block/basalt"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "modernlife:block/bathroom_ceramic_tile"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,123 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [128, 128],
|
||||
"textures": {
|
||||
"1": "modernlife:block/bathtub",
|
||||
"particle": "modernlife:block/bathtub"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [13, 1, 0],
|
||||
"to": [16, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-16, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 9.66667, 3], "texture": "#1"},
|
||||
"east": {"uv": [10.66667, 0, 16, 2.99167], "texture": "#1"},
|
||||
"south": {"uv": [9.66667, 0, 10.66667, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 0, 10.66667, 3], "texture": "#1"},
|
||||
"up": {"uv": [1.04167, 8.66667, 0, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [5.25, 5.625, 4.875, 7.625], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 1, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-16, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3, 5.33333, 3.33333], "texture": "#1"},
|
||||
"east": {"uv": [16, 3, 10.66667, 3.33333], "texture": "#1"},
|
||||
"south": {"uv": [5.33333, 3, 0, 3.33333], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [5.33333, 8.66667, 0, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [5.33333, 8.66667, 0, 14], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 1, 0],
|
||||
"to": [13, 10, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-16, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [5.33333, 3.33333, 1, 4], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 1, 14],
|
||||
"to": [13, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-16, 5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [5.33333, 4, 1, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 90, 25],
|
||||
"translation": [1.13, 3.2, 3.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 90, 25],
|
||||
"translation": [1.13, 3.2, 3.13],
|
||||
"scale": [-0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [-4.3, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -135, 0],
|
||||
"translation": [2.2, 0.25, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [-180, 90, 0],
|
||||
"translation": [0, 0, -8],
|
||||
"scale": [1.2, 1.2, 1.2]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [4, 1, -3],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "water_spout",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "tub_base",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3]
|
||||
},
|
||||
{
|
||||
"name": "shower_toggle",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,138 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [128, 128],
|
||||
"textures": {
|
||||
"1": "modernlife:block/bathtub",
|
||||
"2": "modernlife:block/toilet_water_still",
|
||||
"particle": "modernlife:block/bathtub"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [13, 1, 0],
|
||||
"to": [16, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-16, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 9.66667, 3], "texture": "#1"},
|
||||
"east": {"uv": [10.66667, 0, 16, 2.99167], "texture": "#1"},
|
||||
"south": {"uv": [9.66667, 0, 10.66667, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 0, 10.66667, 3], "texture": "#1"},
|
||||
"up": {"uv": [1.04167, 8.66667, 0, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [5.25, 5.625, 4.875, 7.625], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 1, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-16, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3, 5.33333, 3.33333], "texture": "#1"},
|
||||
"east": {"uv": [16, 3, 10.66667, 3.33333], "texture": "#1"},
|
||||
"south": {"uv": [5.33333, 3, 0, 3.33333], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [5.33333, 8.66667, 0, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [5.33333, 8.66667, 0, 14], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 1, 0],
|
||||
"to": [13, 10, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-16, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [5.33333, 3.33333, 1, 4], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 1, 14],
|
||||
"to": [13, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-16, 5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [5.33333, 4, 1, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 7, 2],
|
||||
"to": [13, 7, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-3, 11, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.33333, 3, 10.66667, 3.33333], "texture": "#2"},
|
||||
"east": {"uv": [6.625, 4.625, 8.625, 4.75], "texture": "#2"},
|
||||
"south": {"uv": [10.66667, 3, 5.33333, 3.33333], "texture": "#2"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#2"},
|
||||
"up": {"uv": [16, 4, 3, 16], "texture": "#2"},
|
||||
"down": {"uv": [16, 4, 3, 16], "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 90, 25],
|
||||
"translation": [1.13, 3.2, 3.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 90, 25],
|
||||
"translation": [1.13, 3.2, 3.13],
|
||||
"scale": [-0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [-4.3, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -135, 0],
|
||||
"translation": [2.2, 0.25, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [-180, 90, 0],
|
||||
"translation": [0, 0, -8],
|
||||
"scale": [1.2, 1.2, 1.2]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [4, 1, -3],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "water_spout",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "tub_base",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3]
|
||||
},
|
||||
{
|
||||
"name": "shower_toggle",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": []
|
||||
},
|
||||
4
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,175 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [128, 128],
|
||||
"textures": {
|
||||
"1": "modernlife:block/bathtub",
|
||||
"particle": "modernlife:block/bathtub"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [29, 1, 0],
|
||||
"to": [32, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 9.66667, 3], "texture": "#1"},
|
||||
"east": {"uv": [10.66667, 0, 16, 2.99167], "texture": "#1"},
|
||||
"south": {"uv": [9.66667, 0, 10.66667, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 0, 10.66667, 3], "texture": "#1"},
|
||||
"up": {"uv": [1.04167, 8.66667, 0, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [5.25, 5.625, 4.875, 7.625], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [16, 0, 0],
|
||||
"to": [32, 1, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3, 5.33333, 3.33333], "texture": "#1"},
|
||||
"east": {"uv": [16, 3, 10.66667, 3.33333], "texture": "#1"},
|
||||
"south": {"uv": [5.33333, 3, 0, 3.33333], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [5.33333, 8.66667, 0, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [5.33333, 8.66667, 0, 14], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 1, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.33333, 3, 10.66667, 3.33333], "texture": "#1"},
|
||||
"east": {"uv": [6.625, 4.625, 8.625, 4.75], "texture": "#1"},
|
||||
"south": {"uv": [10.66667, 3, 5.33333, 3.33333], "texture": "#1"},
|
||||
"west": {"uv": [10.66667, 3.33333, 16, 3], "texture": "#1"},
|
||||
"up": {"uv": [10.66667, 3.33333, 5.33333, 8.66667], "texture": "#1"},
|
||||
"down": {"uv": [10.66667, 8.66667, 5.33333, 14], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 1, 0],
|
||||
"to": [3, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 0, 3], "texture": "#1"},
|
||||
"east": {"uv": [10.66667, 0, 16, 3], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 1, 3], "texture": "#1"},
|
||||
"west": {"uv": [10.66667, 0, 16, 3], "texture": "#1"},
|
||||
"up": {"uv": [10.66667, 3.33333, 9.66667, 8.66667], "texture": "#1"},
|
||||
"down": {"uv": [6.375, 0, 6, 2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [16, 1, 0],
|
||||
"to": [29, 10, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [5.33333, 3.33333, 1, 4], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [16, 1, 14],
|
||||
"to": [29, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [5.33333, 4, 1, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 1, 0],
|
||||
"to": [16, 10, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [1, 3.33333, 5.33333, 4], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 1, 14],
|
||||
"to": [16, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [1, 4, 5.33333, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 90, 25],
|
||||
"translation": [1.13, 3.2, 3.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 90, 25],
|
||||
"translation": [1.13, 3.2, 3.13],
|
||||
"scale": [-0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [-4.3, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -135, 0],
|
||||
"translation": [2.2, 0.25, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [-180, 90, 0],
|
||||
"translation": [0, 0, -8],
|
||||
"scale": [1.2, 1.2, 1.2]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [4, 1, -3],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "water_spout",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "tub_base",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6, 7]
|
||||
},
|
||||
{
|
||||
"name": "shower_toggle",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,123 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [128, 128],
|
||||
"textures": {
|
||||
"1": "modernlife:block/bathtub",
|
||||
"particle": "modernlife:block/bathtub"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 1, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.33333, 3, 10.66667, 3.33333], "texture": "#1"},
|
||||
"east": {"uv": [6.625, 4.625, 8.625, 4.75], "texture": "#1"},
|
||||
"south": {"uv": [10.66667, 3, 5.33333, 3.33333], "texture": "#1"},
|
||||
"west": {"uv": [10.66667, 3.33333, 16, 3], "texture": "#1"},
|
||||
"up": {"uv": [10.66667, 3.33333, 5.33333, 8.66667], "texture": "#1"},
|
||||
"down": {"uv": [10.66667, 8.66667, 5.33333, 14], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 1, 0],
|
||||
"to": [3, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 0, 3], "texture": "#1"},
|
||||
"east": {"uv": [10.66667, 0, 16, 3], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 1, 3], "texture": "#1"},
|
||||
"west": {"uv": [10.66667, 0, 16, 3], "texture": "#1"},
|
||||
"up": {"uv": [10.66667, 3.33333, 9.66667, 8.66667], "texture": "#1"},
|
||||
"down": {"uv": [6.375, 0, 6, 2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 1, 0],
|
||||
"to": [16, 10, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [1, 3.33333, 5.33333, 4], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 1, 14],
|
||||
"to": [16, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [1, 4, 5.33333, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 90, 25],
|
||||
"translation": [1.13, 3.2, 3.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 90, 25],
|
||||
"translation": [1.13, 3.2, 3.13],
|
||||
"scale": [-0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [-4.3, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -135, 0],
|
||||
"translation": [2.2, 0.25, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [-180, 90, 0],
|
||||
"translation": [0, 0, -8],
|
||||
"scale": [1.2, 1.2, 1.2]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [4, 1, -3],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "water_spout",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "tub_base",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3]
|
||||
},
|
||||
{
|
||||
"name": "shower_toggle",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,138 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [128, 128],
|
||||
"textures": {
|
||||
"1": "modernlife:block/bathtub",
|
||||
"2": "modernlife:block/toilet_water_still",
|
||||
"particle": "modernlife:block/bathtub"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 1, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.33333, 3, 10.66667, 3.33333], "texture": "#1"},
|
||||
"east": {"uv": [6.625, 4.625, 8.625, 4.75], "texture": "#1"},
|
||||
"south": {"uv": [10.66667, 3, 5.33333, 3.33333], "texture": "#1"},
|
||||
"west": {"uv": [10.66667, 3.33333, 16, 3], "texture": "#1"},
|
||||
"up": {"uv": [10.66667, 3.33333, 5.33333, 8.66667], "texture": "#1"},
|
||||
"down": {"uv": [10.66667, 8.66667, 5.33333, 14], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 1, 0],
|
||||
"to": [3, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 0, 3], "texture": "#1"},
|
||||
"east": {"uv": [10.66667, 0, 16, 3], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 1, 3], "texture": "#1"},
|
||||
"west": {"uv": [10.66667, 0, 16, 3], "texture": "#1"},
|
||||
"up": {"uv": [10.66667, 3.33333, 9.66667, 8.66667], "texture": "#1"},
|
||||
"down": {"uv": [6.375, 0, 6, 2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 1, 0],
|
||||
"to": [16, 10, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [1, 3.33333, 5.33333, 4], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 1, 14],
|
||||
"to": [16, 10, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.33333, 0, 1, 3], "texture": "#1"},
|
||||
"east": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [1, 0, 5.33333, 3], "texture": "#1"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [1, 4, 5.33333, 3.33333], "texture": "#1"},
|
||||
"down": {"uv": [16, 16, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 7, 2],
|
||||
"to": [16, 7, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 11, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [5.33333, 3, 10.66667, 3.33333], "texture": "#2"},
|
||||
"east": {"uv": [6.625, 4.625, 8.625, 4.75], "texture": "#2"},
|
||||
"south": {"uv": [10.66667, 3, 5.33333, 3.33333], "texture": "#2"},
|
||||
"west": {"uv": [16, 16, 16, 16], "texture": "#2"},
|
||||
"up": {"uv": [16, 4, 3, 16], "texture": "#2"},
|
||||
"down": {"uv": [16, 4, 3, 16], "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 90, 25],
|
||||
"translation": [1.13, 3.2, 3.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 90, 25],
|
||||
"translation": [1.13, 3.2, 3.13],
|
||||
"scale": [-0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [-4.3, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -135, 0],
|
||||
"translation": [2.2, 0.25, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [-180, 90, 0],
|
||||
"translation": [0, 0, -8],
|
||||
"scale": [1.2, 1.2, 1.2]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [4, 1, -3],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "water_spout",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "tub_base",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3]
|
||||
},
|
||||
{
|
||||
"name": "shower_toggle",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": []
|
||||
},
|
||||
4
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "modernlife:block/beige_ceramic_tile"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/barrier",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"particle": "block/birch_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,215 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"render_type" : "minecraft:cutout",
|
||||
"textures": {
|
||||
"138": "modernlife:block/birch_chair",
|
||||
"particle": "block/birch_planks"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "top",
|
||||
"from": [2, 7, 2],
|
||||
"to": [14, 10, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 6, 6, 7.5], "texture": "#138"},
|
||||
"east": {"uv": [6, 7.5, 0, 9], "texture": "#138"},
|
||||
"south": {"uv": [6, 6, 12, 7.5], "texture": "#138"},
|
||||
"west": {"uv": [0, 7.5, 6, 9], "texture": "#138"},
|
||||
"up": {"uv": [6, 6, 0, 0], "texture": "#138"},
|
||||
"down": {"uv": [12, 0, 6, 6], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [4, 10, 13],
|
||||
"to": [12, 25, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-2, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 0, 16, 7.5], "texture": "#138"},
|
||||
"east": {"uv": [0, 0, 0, 3.75], "texture": "#138"},
|
||||
"south": {"uv": [12, 0, 16, 7.5], "texture": "#138"},
|
||||
"west": {"uv": [0, 0, 0, 3.75], "texture": "#138"},
|
||||
"up": {"uv": [2, 0, 0, 0], "texture": "#138"},
|
||||
"down": {"uv": [2, 0, 0, 0], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [2, 10, 12],
|
||||
"to": [4, 24, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 9, 0, 16], "texture": "#138"},
|
||||
"east": {"uv": [1, 9, 0, 16], "texture": "#138"},
|
||||
"south": {"uv": [0, 9, 1, 16], "texture": "#138"},
|
||||
"west": {"uv": [1, 9, 0, 16], "texture": "#138"},
|
||||
"up": {"uv": [2, 12, 3, 11], "texture": "#138"},
|
||||
"down": {"uv": [2, 10, 3, 11], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [12, 10, 12],
|
||||
"to": [14, 24, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 9, 1, 16], "texture": "#138"},
|
||||
"east": {"uv": [0, 9, 1, 16], "texture": "#138"},
|
||||
"south": {"uv": [1, 9, 0, 16], "texture": "#138"},
|
||||
"west": {"uv": [0, 9, 1, 16], "texture": "#138"},
|
||||
"up": {"uv": [3, 12, 2, 11], "texture": "#138"},
|
||||
"down": {"uv": [3, 10, 2, 11], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [4, 2, 3],
|
||||
"to": [12, 4, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 9, 6, 10], "texture": "#138"},
|
||||
"east": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"south": {"uv": [2, 9, 6, 10], "texture": "#138"},
|
||||
"west": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"up": {"uv": [0, 2, 0, 0], "rotation": 270, "texture": "#138"},
|
||||
"down": {"uv": [0, 0, 0, 2], "rotation": 90, "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [4, 2, 13],
|
||||
"to": [12, 4, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 9, 2, 10], "texture": "#138"},
|
||||
"east": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"south": {"uv": [6, 9, 2, 10], "texture": "#138"},
|
||||
"west": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"up": {"uv": [0, 2, 0, 0], "rotation": 270, "texture": "#138"},
|
||||
"down": {"uv": [0, 0, 0, 2], "rotation": 90, "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [13, 2, 4],
|
||||
"to": [13, 4, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"east": {"uv": [2, 9, 6, 10], "texture": "#138"},
|
||||
"south": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"west": {"uv": [2, 9, 6, 10], "texture": "#138"},
|
||||
"up": {"uv": [0, 2, 0, 0], "texture": "#138"},
|
||||
"down": {"uv": [0, 0, 0, 2], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [3, 2, 4],
|
||||
"to": [3, 4, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"east": {"uv": [6, 9, 2, 10], "texture": "#138"},
|
||||
"south": {"uv": [0, 0, 0, 0.5], "texture": "#138"},
|
||||
"west": {"uv": [6, 9, 2, 10], "texture": "#138"},
|
||||
"up": {"uv": [0, 2, 0, 0], "texture": "#138"},
|
||||
"down": {"uv": [0, 0, 0, 2], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [12, 0, 2],
|
||||
"to": [14, 7, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -10]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"east": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"south": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"west": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"up": {"uv": [3, 11, 2, 10], "texture": "#138"},
|
||||
"down": {"uv": [3, 10, 2, 11], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [2, 0, 2],
|
||||
"to": [4, 7, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -10]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"east": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"south": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"west": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"up": {"uv": [2, 11, 3, 10], "texture": "#138"},
|
||||
"down": {"uv": [2, 10, 3, 11], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "front_support",
|
||||
"from": [2, 0, 12],
|
||||
"to": [4, 7, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 26]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"east": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"south": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"west": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"up": {"uv": [2, 10, 3, 11], "texture": "#138"},
|
||||
"down": {"uv": [2, 11, 3, 10], "texture": "#138"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "front_support",
|
||||
"from": [12, 0, 12],
|
||||
"to": [14, 7, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 26]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"east": {"uv": [1, 9, 2, 12.5], "texture": "#138"},
|
||||
"south": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"west": {"uv": [2, 9, 1, 12.5], "texture": "#138"},
|
||||
"up": {"uv": [3, 10, 2, 11], "texture": "#138"},
|
||||
"down": {"uv": [3, 11, 2, 10], "texture": "#138"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 10, 0],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 10, 0],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -135, 0],
|
||||
"translation": [0, -1.75, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [0, -0.25, -2.75],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "modernlife:block/coffee_table",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"1": "block/birch_log",
|
||||
"particle": "block/birch_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "modernlife:block/coffee_table_corner",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"1": "block/birch_log",
|
||||
"particle": "block/birch_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "modernlife:block/coffee_table_end",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"1": "block/birch_log",
|
||||
"particle": "block/birch_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "modernlife:block/coffee_table_mid",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"1": "block/birch_log",
|
||||
"particle": "block/birch_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,123 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"118": "modernlife:block/birch_planks_deck",
|
||||
"particle": "block/birch_planks"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 13, 0],
|
||||
"to": [6, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-9.5, -0.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [10, 2, 13, 4], "texture": "#118"},
|
||||
"east": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [16, 0, 0, 3], "rotation": 90, "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "rotation": 90, "texture": "#118"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 13, 0],
|
||||
"to": [13, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-2.5, -0.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 2, 6, 4], "texture": "#118"},
|
||||
"east": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [16, 0, 0, 3], "rotation": 90, "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "rotation": 90, "texture": "#118"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 0],
|
||||
"to": [16, 16, 3],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#118"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 4],
|
||||
"to": [16, 16, 7],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#118"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 12],
|
||||
"to": [16, 16, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#118"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 8],
|
||||
"to": [16, 16, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#118"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#118"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#118"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#118"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, -3.5, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, -3.5, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 63],
|
||||
"translation": [-0.5, -0.75, 5.25],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 63],
|
||||
"translation": [-0.5, -0.75, 5.25],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.25, -5.25, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [-90, 0, 0],
|
||||
"translation": [0, 0, 6]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,135 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"4": "modernlife:block/birch_planks_deck",
|
||||
"5": "block/birch_planks"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 13, 0],
|
||||
"to": [6, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-9.5, -0.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [10, 2, 13, 4], "texture": "#4"},
|
||||
"east": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [16, 0, 0, 3], "rotation": 90, "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "rotation": 90, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 0],
|
||||
"to": [16, 16, 3],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 4],
|
||||
"to": [16, 16, 7],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 12],
|
||||
"to": [16, 16, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 14, 8],
|
||||
"to": [16, 16, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"east": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 16, 3], "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 13, 0],
|
||||
"to": [13, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-2.5, -0.5, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 2, 6, 4], "texture": "#4"},
|
||||
"east": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"south": {"uv": [13, 1, 16, 3], "texture": "#4"},
|
||||
"west": {"uv": [0, 1, 16, 3], "texture": "#4"},
|
||||
"up": {"uv": [16, 0, 0, 3], "rotation": 90, "texture": "#4"},
|
||||
"down": {"uv": [0, 3, 16, 6], "rotation": 90, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "support",
|
||||
"from": [6, 0, 6],
|
||||
"to": [10, 14, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 1.5, 10, 16], "texture": "#5"},
|
||||
"east": {"uv": [6, 1.5, 10, 16], "texture": "#5"},
|
||||
"south": {"uv": [6, 1.5, 10, 16], "texture": "#5"},
|
||||
"west": {"uv": [6, 1.5, 10, 16], "texture": "#5"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#5"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#5"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 30, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/door_bottom",
|
||||
"textures": {
|
||||
"top": "modernlife:block/birch_glass_door_top",
|
||||
"bottom": "modernlife:block/birch_glass_door_bottom"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/door_bottom_rh",
|
||||
"textures": {
|
||||
"top": "modernlife:block/birch_glass_door_top",
|
||||
"bottom": "modernlife:block/birch_glass_door_bottom"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/door_top",
|
||||
"textures": {
|
||||
"top": "modernlife:block/birch_glass_door_top",
|
||||
"bottom": "modernlife:block/birch_glass_door_bottom"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/door_top_rh",
|
||||
"textures": {
|
||||
"top": "modernlife:block/birch_glass_door_top",
|
||||
"bottom": "modernlife:block/birch_glass_door_bottom"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,145 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"64": "modernlife:block/birch_kitchen_cabinet",
|
||||
"particle": "block/birch_planks"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 10.33333, 0, 5.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 5.33333, 5.33333, 10.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4, 16],
|
||||
"to": [7, 8, 17],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 0, 10.33333, 1.33333], "texture": "#64"},
|
||||
"south": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"west": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 0, 10.33333, 0.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 8, 15],
|
||||
"to": [7, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.33333, 10.33333, 1], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4, 15],
|
||||
"to": [7, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.66667, 10.33333, 1.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.33333, 1.33333, 10.66667, 1.66667], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 4, 15],
|
||||
"to": [10, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.66667, 10.33333, 1.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.33333, 1.33333, 10.66667, 1.66667], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 4, 16],
|
||||
"to": [10, 8, 17],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 0, 10.33333, 1.33333], "texture": "#64"},
|
||||
"south": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"west": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 0, 10.33333, 0.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 8, 15],
|
||||
"to": [10, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.33333, 10.33333, 1], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.25, 0, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,144 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"64": "modernlife:block/birch_kitchen_drawer_cabinet"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 10.33333, 0, 5.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 5.33333, 5.33333, 10.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 12, 16],
|
||||
"to": [10, 13, 17],
|
||||
"rotation": {"angle": 0, "axis": "z", "origin": [6, 13, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "rotation": 270, "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 0, 10.33333, 0.33333], "rotation": 90, "texture": "#64"},
|
||||
"south": {"uv": [10.33333, 0, 10.66667, 1.33333], "rotation": 90, "texture": "#64"},
|
||||
"west": {"uv": [10.66667, 1, 10.33333, 1.33333], "rotation": 90, "texture": "#64"},
|
||||
"up": {"uv": [10.33333, 0, 10.66667, 1.33333], "rotation": 90, "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 0, 10.33333, 1.33333], "rotation": 90, "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 12, 15],
|
||||
"to": [10, 13, 16],
|
||||
"rotation": {"angle": 0, "axis": "z", "origin": [6, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "rotation": 270, "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 1.33333, 10.33333, 1], "rotation": 90, "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "rotation": 90, "texture": "#64"},
|
||||
"west": {"uv": [10.66667, 1, 10.33333, 1.33333], "rotation": 90, "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 0, 10.33333, 5.33333], "rotation": 90, "texture": "#64"},
|
||||
"down": {"uv": [10.33333, 0, 5.33333, 5.33333], "rotation": 90, "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 12, 15],
|
||||
"to": [6, 13, 16],
|
||||
"rotation": {"angle": 0, "axis": "z", "origin": [6, 13, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "rotation": 270, "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 1.66667, 10.33333, 1.33333], "rotation": 90, "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "rotation": 90, "texture": "#64"},
|
||||
"west": {"uv": [10.33333, 1.33333, 10.66667, 1.66667], "rotation": 90, "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 0, 10.33333, 5.33333], "rotation": 90, "texture": "#64"},
|
||||
"down": {"uv": [10.33333, 0, 5.33333, 5.33333], "rotation": 90, "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 4, 15],
|
||||
"to": [13, 4, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.66667, 10.33333, 1.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.33333, 1.33333, 10.66667, 1.66667], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 4, 16],
|
||||
"to": [13, 8, 17],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.66667, 0, 10.33333, 1.33333], "texture": "#64"},
|
||||
"south": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"west": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 0, 10.33333, 0.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 8, 15],
|
||||
"to": [13, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [10.66667, 1.33333, 10.33333, 1], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 1, 10.33333, 1.33333], "texture": "#64"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.25, 0, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp",
|
||||
"textures": {
|
||||
"1": "block/birch_log",
|
||||
"particle": "block/birch_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp_corner",
|
||||
"textures": {
|
||||
"1": "block/birch_log",
|
||||
"particle": "block/birch_log"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,180 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [32, 32],
|
||||
"textures": {
|
||||
"141": "modernlife:block/birch_mini_stool",
|
||||
"particle": "block/birch_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "top",
|
||||
"from": [2, 6, 2],
|
||||
"to": [14, 9, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, -1, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 6, 6, 7.5], "texture": "#141"},
|
||||
"east": {"uv": [0, 6, 6, 7.5], "texture": "#141"},
|
||||
"south": {"uv": [0, 6, 6, 7.5], "texture": "#141"},
|
||||
"west": {"uv": [0, 6, 6, 7.5], "texture": "#141"},
|
||||
"up": {"uv": [6, 6, 0, 0], "texture": "#141"},
|
||||
"down": {"uv": [12, 0, 6, 6], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 2, 4],
|
||||
"to": [10, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0.5, 0, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"east": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"south": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"west": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"up": {"uv": [2.5, 0, 0, 0], "texture": "#141"},
|
||||
"down": {"uv": [2.5, 0, 0, 0], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 2, 12],
|
||||
"to": [10, 4, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15.5, 0, 15.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"east": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"south": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"west": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"up": {"uv": [0, 0, 2.5, 0], "texture": "#141"},
|
||||
"down": {"uv": [0, 0, 2.5, 0], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 2, 6],
|
||||
"to": [4, 4, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"east": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"south": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"west": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"up": {"uv": [2.5, 0, 0, 0], "rotation": 270, "texture": "#141"},
|
||||
"down": {"uv": [2.5, 0, 0, 0], "rotation": 90, "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 2, 6],
|
||||
"to": [12, 4, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"east": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"south": {"uv": [0, 0, 0, 3], "texture": "#141"},
|
||||
"west": {"uv": [3, 7.5, 5, 8.5], "texture": "#141"},
|
||||
"up": {"uv": [0, 0, 2.5, 0], "rotation": 270, "texture": "#141"},
|
||||
"down": {"uv": [0, 0, 2.5, 0], "rotation": 90, "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 3],
|
||||
"to": [6, 6, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [22.5, 7.75, 8.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.5, 7.5, 0, 10.5], "texture": "#141"},
|
||||
"east": {"uv": [1.5, 7.5, 3, 10.5], "texture": "#141"},
|
||||
"south": {"uv": [1.5, 7.5, 3, 10.5], "texture": "#141"},
|
||||
"west": {"uv": [0, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"up": {"uv": [1.5, 12, 0, 10.5], "texture": "#141"},
|
||||
"down": {"uv": [1.5, 10.5, 0, 12], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 0, 3],
|
||||
"to": [13, 6, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-6.5, 7.75, 8.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"east": {"uv": [1.5, 7.5, 0, 10.5], "texture": "#141"},
|
||||
"south": {"uv": [3, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"west": {"uv": [3, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"up": {"uv": [0, 12, 1.5, 10.5], "texture": "#141"},
|
||||
"down": {"uv": [0, 10.5, 1.5, 12], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 10],
|
||||
"to": [6, 6, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [22.5, 7.75, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"east": {"uv": [3, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"south": {"uv": [0, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"west": {"uv": [1.5, 7.5, 0, 10.5], "texture": "#141"},
|
||||
"up": {"uv": [1.5, 10.5, 0, 12], "texture": "#141"},
|
||||
"down": {"uv": [1.5, 12, 0, 10.5], "texture": "#141"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 0, 10],
|
||||
"to": [13, 6, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-6.5, 7.75, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [1.5, 7.5, 3, 10.5], "texture": "#141"},
|
||||
"east": {"uv": [0, 7.5, 1.5, 10.5], "texture": "#141"},
|
||||
"south": {"uv": [1.5, 7.5, 0, 10.5], "texture": "#141"},
|
||||
"west": {"uv": [1.5, 7.5, 3, 10.5], "texture": "#141"},
|
||||
"up": {"uv": [0, 10.5, 1.5, 12], "texture": "#141"},
|
||||
"down": {"uv": [0, 12, 1.5, 10.5], "texture": "#141"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -45, 0],
|
||||
"translation": [0, 1.75, 0],
|
||||
"scale": [0.75, 0.75, 0.75]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 3, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
0,
|
||||
{
|
||||
"name": "supports",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [1, 2, 3, 4]
|
||||
},
|
||||
{
|
||||
"name": "legs",
|
||||
"origin": [2, 7.72417, 8],
|
||||
"color": 0,
|
||||
"children": [5, 6, 7, 8]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,220 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"107": "modernlife:block/birch_night_stand",
|
||||
"particle": "block/birch_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "body",
|
||||
"from": [0, 1, 0],
|
||||
"to": [16, 16, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [10, 0, 15.33333, 5], "texture": "#107"},
|
||||
"east": {"uv": [5.33333, 0, 10, 5], "texture": "#107"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5], "texture": "#107"},
|
||||
"west": {"uv": [10, 0, 5.33333, 5], "texture": "#107"},
|
||||
"up": {"uv": [5.33333, 9.66667, 0, 5], "texture": "#107"},
|
||||
"down": {"uv": [10.66667, 5, 5.33333, 9.66667], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sw_leg",
|
||||
"from": [0, 0, 12],
|
||||
"to": [2, 1, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [16, 0.33333, 15.33333, 0.66667], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 0.33333, 16, 0.66667], "texture": "#107"},
|
||||
"south": {"uv": [15.33333, 0, 16, 0.33333], "texture": "#107"},
|
||||
"west": {"uv": [16, 0, 15.33333, 0.33333], "texture": "#107"},
|
||||
"up": {"uv": [15.33333, 0.66667, 16, 0], "texture": "#107"},
|
||||
"down": {"uv": [15.33333, 0, 16, 0.66667], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sw_leg",
|
||||
"from": [14, 0, 12],
|
||||
"to": [16, 1, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.33333, 0.33333, 16, 0.66667], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 0, 16, 0.33333], "texture": "#107"},
|
||||
"south": {"uv": [16, 0, 15.33333, 0.33333], "texture": "#107"},
|
||||
"west": {"uv": [16, 0.33333, 15.33333, 0.66667], "texture": "#107"},
|
||||
"up": {"uv": [16, 0.66667, 15.33333, 0], "texture": "#107"},
|
||||
"down": {"uv": [16, 0, 15.33333, 0.66667], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sw_leg",
|
||||
"from": [0, 0, 0],
|
||||
"to": [2, 1, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, -12]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 0.33333, 15.33333, 0.66667], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 0.33333, 16, 0.66667], "texture": "#107"},
|
||||
"south": {"uv": [15.33333, 0, 16, 0.33333], "texture": "#107"},
|
||||
"west": {"uv": [16, 0, 15.33333, 0.33333], "texture": "#107"},
|
||||
"up": {"uv": [15.33333, 0.66667, 16, 0], "texture": "#107"},
|
||||
"down": {"uv": [15.33333, 0, 16, 0.66667], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "sw_leg",
|
||||
"from": [14, 0, 0],
|
||||
"to": [16, 1, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, -12]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.33333, 0.33333, 16, 0.66667], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 0, 16, 0.33333], "texture": "#107"},
|
||||
"south": {"uv": [16, 0, 15.33333, 0.33333], "texture": "#107"},
|
||||
"west": {"uv": [16, 0.33333, 15.33333, 0.66667], "texture": "#107"},
|
||||
"up": {"uv": [16, 0.66667, 15.33333, 0], "texture": "#107"},
|
||||
"down": {"uv": [16, 0, 15.33333, 0.66667], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_mid",
|
||||
"from": [4.999, 6, 15],
|
||||
"to": [10.999, 7, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-0.001, -5.6, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 90, "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 2.33333, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [15.66667, 0.66667, 15.33333, 2.66667], "rotation": 270, "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 0.66667, 15.66667, 1], "texture": "#107"},
|
||||
"up": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 270, "texture": "#107"},
|
||||
"down": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 270, "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_left",
|
||||
"from": [4.999, 6, 14],
|
||||
"to": [4.999, 7, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-0.001, -5.6, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 3, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 2.66667, 15.66667, 3], "texture": "#107"},
|
||||
"up": {"uv": [0, 0.25, 0, 0], "texture": "#107"},
|
||||
"down": {"uv": [0, 0, 0, 0.25], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_left",
|
||||
"from": [10.999, 6, 14],
|
||||
"to": [10.999, 7, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [5.999, -5.6, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 3, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 2.66667, 15.66667, 3], "texture": "#107"},
|
||||
"up": {"uv": [0, 0.25, 0, 0], "texture": "#107"},
|
||||
"down": {"uv": [0, 0, 0, 0.25], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_left",
|
||||
"from": [4.999, 12, 14],
|
||||
"to": [4.999, 13, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-0.001, 0.4, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 3, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 2.66667, 15.66667, 3], "texture": "#107"},
|
||||
"up": {"uv": [0, 0.25, 0, 0], "texture": "#107"},
|
||||
"down": {"uv": [0, 0, 0, 0.25], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_left",
|
||||
"from": [10.999, 12, 14],
|
||||
"to": [10.999, 13, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [5.999, 0.4, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 3, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [0, 0, 0, 0.25], "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 2.66667, 15.66667, 3], "texture": "#107"},
|
||||
"up": {"uv": [0, 0.25, 0, 0], "texture": "#107"},
|
||||
"down": {"uv": [0, 0, 0, 0.25], "texture": "#107"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "upper_handle_mid",
|
||||
"from": [4.999, 12, 15],
|
||||
"to": [10.999, 13, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-0.001, 0.4, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 90, "texture": "#107"},
|
||||
"east": {"uv": [15.33333, 2.33333, 15.66667, 2.66667], "texture": "#107"},
|
||||
"south": {"uv": [15.66667, 0.66667, 15.33333, 2.66667], "rotation": 270, "texture": "#107"},
|
||||
"west": {"uv": [15.33333, 0.66667, 15.66667, 1], "texture": "#107"},
|
||||
"up": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 270, "texture": "#107"},
|
||||
"down": {"uv": [15.33333, 0.66667, 15.66667, 2.66667], "rotation": 270, "texture": "#107"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.5, -0.25, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
0,
|
||||
{
|
||||
"name": "legs",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [1, 2, 3, 4]
|
||||
},
|
||||
{
|
||||
"name": "lower_handle",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [5, 6, 7]
|
||||
},
|
||||
{
|
||||
"name": "upper_handle",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [8, 9, 10]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/picnic_table",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"particle": "block/birch_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/picnic_table_front",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"particle": "block/birch_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/picnic_table_full",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"particle": "block/birch_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp",
|
||||
"textures": {
|
||||
"1": "block/birch_planks",
|
||||
"particle": "block/birch_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp_corner",
|
||||
"textures": {
|
||||
"1": "block/birch_planks",
|
||||
"particle": "block/birch_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,189 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"3": "modernlife:block/birch_round_table",
|
||||
"particle": "block/birch_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 15, 14],
|
||||
"to": [16, 16, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, -1, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.66667, 10.66667, 1.33333], "texture": "#3"},
|
||||
"east": {"uv": [9.33333, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"west": {"uv": [9.33333, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"up": {"uv": [10.66667, 1.33333, 0, 0], "texture": "#3"},
|
||||
"down": {"uv": [0, 1.33333, 10.66667, 0], "rotation": 180, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15, 0],
|
||||
"to": [16, 16, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, -1, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 0, 0.66667], "texture": "#3"},
|
||||
"east": {"uv": [10.66667, 0, 9.33333, 0.66667], "texture": "#3"},
|
||||
"south": {"uv": [10.66667, 0.66667, 0, 1.33333], "texture": "#3"},
|
||||
"west": {"uv": [10.66667, 0, 9.33333, 0.66667], "texture": "#3"},
|
||||
"up": {"uv": [10.66667, 0, 0, 1.33333], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 10.66667, 1.33333], "rotation": 180, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15, 2],
|
||||
"to": [2, 16, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9.33333, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"east": {"uv": [1.33333, 0.66667, 9.33333, 1.33333], "texture": "#3"},
|
||||
"south": {"uv": [9.33333, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"west": {"uv": [1.33333, 0, 9.33333, 0.66667], "texture": "#3"},
|
||||
"up": {"uv": [9.33333, 1.33333, 1.33333, 0], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [1.33333, 1.33333, 9.33333, 0], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 15, 2],
|
||||
"to": [16, 16, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15.5, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 9.33333, 0.66667], "texture": "#3"},
|
||||
"east": {"uv": [9.33333, 0, 1.33333, 0.66667], "texture": "#3"},
|
||||
"south": {"uv": [10.66667, 0, 9.33333, 0.66667], "texture": "#3"},
|
||||
"west": {"uv": [9.33333, 0.66667, 1.33333, 1.33333], "texture": "#3"},
|
||||
"up": {"uv": [9.33333, 0, 1.33333, 1.33333], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [1.33333, 0, 9.33333, 1.33333], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 15, 2],
|
||||
"to": [14, 16, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, -1, 18]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 15.33333, 5.33333, 16], "texture": "#3"},
|
||||
"east": {"uv": [16, 15.33333, 14.66667, 16], "texture": "#3"},
|
||||
"south": {"uv": [16, 15.33333, 5.33333, 16], "texture": "#3"},
|
||||
"west": {"uv": [16, 15.33333, 14.66667, 16], "texture": "#3"},
|
||||
"up": {"uv": [9.33333, 1.33333, 1.33333, 9.33333], "texture": "#3"},
|
||||
"down": {"uv": [1.33333, 1.33333, 9.33333, 9.33333], "rotation": 180, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 14],
|
||||
"to": [5, 15, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 0, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 0, 10.66667, 10], "texture": "#3"},
|
||||
"east": {"uv": [11.33333, 0, 12, 10], "texture": "#3"},
|
||||
"south": {"uv": [10.66667, 0, 12, 10], "texture": "#3"},
|
||||
"west": {"uv": [10.66667, 0, 11.33333, 10], "texture": "#3"},
|
||||
"up": {"uv": [10.66667, 0.66667, 12, 0], "texture": "#3"},
|
||||
"down": {"uv": [10.66667, 9.35, 12, 10], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 0, 14],
|
||||
"to": [11, 15, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-6, 0, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 0, 12, 10], "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 0, 3.75], "texture": "#3"},
|
||||
"south": {"uv": [12, 0, 16, 10], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 0, 3.75], "texture": "#3"},
|
||||
"up": {"uv": [1.5, 0, 0, 0], "texture": "#3"},
|
||||
"down": {"uv": [1.5, 0, 0, 0], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 0, 14],
|
||||
"to": [13, 15, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [24, 0, 13]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 12, 10], "texture": "#3"},
|
||||
"east": {"uv": [11.33333, 0, 10.66667, 10], "texture": "#3"},
|
||||
"south": {"uv": [12, 0, 10.66667, 10], "texture": "#3"},
|
||||
"west": {"uv": [12, 0, 11.33333, 10], "texture": "#3"},
|
||||
"up": {"uv": [12, 0.66667, 10.66667, 0], "texture": "#3"},
|
||||
"down": {"uv": [12, 9.35, 10.66667, 10], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 1],
|
||||
"to": [5, 15, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-8, 0, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 0, 10.66667, 10], "texture": "#3"},
|
||||
"east": {"uv": [12, 0, 11.33333, 10], "texture": "#3"},
|
||||
"south": {"uv": [10.66667, 0, 12, 10], "texture": "#3"},
|
||||
"west": {"uv": [11.33333, 0, 10.66667, 10], "texture": "#3"},
|
||||
"up": {"uv": [10.66667, 0, 12, 0.66667], "texture": "#3"},
|
||||
"down": {"uv": [10.66667, 10, 12, 9.35], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 0, 2],
|
||||
"to": [11, 15, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-6, 0, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 0, 12, 10], "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 0, 3.75], "texture": "#3"},
|
||||
"south": {"uv": [12, 0, 16, 10], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 0, 3.75], "texture": "#3"},
|
||||
"up": {"uv": [1.5, 0, 0, 0], "texture": "#3"},
|
||||
"down": {"uv": [1.5, 0, 0, 0], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 0, 1],
|
||||
"to": [13, 15, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [24, 0, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 12, 10], "texture": "#3"},
|
||||
"east": {"uv": [10.66667, 0, 11.33333, 10], "texture": "#3"},
|
||||
"south": {"uv": [12, 0, 10.66667, 10], "texture": "#3"},
|
||||
"west": {"uv": [11.33333, 0, 12, 10], "texture": "#3"},
|
||||
"up": {"uv": [12, 0, 10.66667, 0.66667], "texture": "#3"},
|
||||
"down": {"uv": [12, 10, 10.66667, 9.35], "texture": "#3"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0, -0.5, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/small_table",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"particle": "block/birch_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/small_table_corner",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"particle": "block/birch_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/small_table_end",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"particle": "block/birch_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/small_table_mid",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"particle": "block/birch_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/stool",
|
||||
"textures": {
|
||||
"0": "block/birch_planks",
|
||||
"particle": "block/birch_planks"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,145 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [32, 32],
|
||||
"textures": {
|
||||
"2": "modernlife:block/birch_wall_shelf",
|
||||
"particle": "block/birch_planks"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 7, 0],
|
||||
"to": [16, 8, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3.5, -4, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 16, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 16, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"},
|
||||
"up": {"uv": [16, 6, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [16, 0, 0, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 4, 0],
|
||||
"to": [1, 5, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4.5, 4.5, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [1, 8, 0, 9], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [0, 8, 1, 9], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 5, 0],
|
||||
"to": [1, 6, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4.5, 5.5, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [2, 7, 0, 8], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [0, 7, 2, 8], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 6, 1],
|
||||
"to": [1, 7, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [-4.5, 6.5, 1.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [3, 6, 1, 7], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [1, 6, 3, 7], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 6, 1],
|
||||
"to": [15, 7, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20.5, 6.5, 1.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [3, 6, 1, 7], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [1, 6, 3, 7], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 5, 0],
|
||||
"to": [15, 6, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20.5, 5.5, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [2, 7, 0, 8], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [0, 7, 2, 8], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15, 4, 0],
|
||||
"to": [15, 5, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20.5, 4.5, 0.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"east": {"uv": [1, 8, 0, 9], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 0, 2.5], "texture": "#2"},
|
||||
"west": {"uv": [0, 8, 1, 9], "texture": "#2"},
|
||||
"up": {"uv": [0, 2.5, 0, 0], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 2.5], "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 0.25, 4.25],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 0.25, 4.25],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -45, 0],
|
||||
"translation": [-3.5, -1.25, 0]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 0, -8]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "shelf",
|
||||
"origin": [8, 6, 0.5],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp",
|
||||
"textures": {
|
||||
"1": "block/birch_wood",
|
||||
"particle": "block/birch_wood"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/black_concrete_powder"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,137 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"3": "modernlife:block/black_sofa",
|
||||
"particle": "modernlife:block/black_sofa"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [0, 2, 13],
|
||||
"to": [16, 17, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.75, 4, 7.5], "texture": "#3"},
|
||||
"east": {"uv": [8, 0, 7.25, 3.75], "texture": "#3"},
|
||||
"south": {"uv": [4, 3.75, 8, 7.5], "texture": "#3"},
|
||||
"west": {"uv": [8, 0, 8.75, 3.75], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 5.25, 8.75, 4.5], "texture": "#3"},
|
||||
"down": {"uv": [13, 10, 9, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [13, 2, 0],
|
||||
"to": [16, 17, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20.9, 5.4, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0, 8.75, 3.75], "texture": "#3"},
|
||||
"east": {"uv": [7.25, 3.75, 4, 7.5], "texture": "#3"},
|
||||
"south": {"uv": [8.75, 0, 8, 3.75], "texture": "#3"},
|
||||
"west": {"uv": [4, 3.75, 0.75, 7.5], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 4.5, 9.5, 5.25], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [13, 10, 9, 10.75], "rotation": 270, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 2, 0],
|
||||
"to": [13, 6, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [8.5, 11.75, 11, 12.75], "texture": "#3"},
|
||||
"east": {"uv": [9, 7.25, 12.25, 8.25], "texture": "#3"},
|
||||
"south": {"uv": [10.5, 2.25, 13, 3.25], "texture": "#3"},
|
||||
"west": {"uv": [9, 8.25, 12.25, 9.25], "texture": "#3"},
|
||||
"up": {"uv": [8.75, 11.75, 12, 8.5], "texture": "#3"},
|
||||
"down": {"uv": [9, 7.5, 6.5, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 6, 3],
|
||||
"to": [13, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 10.5, 8.75, 11], "texture": "#3"},
|
||||
"east": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"south": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"west": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"up": {"uv": [8.75, 11, 12, 8.5], "texture": "#3"},
|
||||
"down": {"uv": [10.5, 4.75, 8, 7.25], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [3, 6, 0],
|
||||
"to": [13, 8, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.4, 5.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [8.5, 14.75, 11, 15.25], "texture": "#3"},
|
||||
"east": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"south": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"west": {"uv": [8.75, 10.5, 9.5, 11], "texture": "#3"},
|
||||
"up": {"uv": [9.5, 11, 8.75, 8.5], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [10.5, 4.75, 8, 7.25], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"east": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"south": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"west": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"up": {"uv": [16, 11.75, 12, 7.75], "texture": "#3"},
|
||||
"down": {"uv": [16, 7.75, 12, 11.75], "texture": "#3"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -150, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -6.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,123 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"3": "modernlife:block/black_sofa",
|
||||
"particle": "modernlife:block/black_sofa"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [0, 2, 13],
|
||||
"to": [16, 17, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.75, 4, 7.5], "texture": "#3"},
|
||||
"east": {"uv": [8.75, 0, 8, 3.75], "texture": "#3"},
|
||||
"south": {"uv": [4, 3.75, 8, 7.5], "texture": "#3"},
|
||||
"west": {"uv": [8, 0, 8.75, 3.75], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 3.75, 8.75, 3], "texture": "#3"},
|
||||
"down": {"uv": [13, 10, 9, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "right_arm",
|
||||
"from": [13, 2, 0],
|
||||
"to": [16, 11, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.25, 3.25, 16, 5.5], "texture": "#3"},
|
||||
"east": {"uv": [12, 0, 15.25, 2.25], "texture": "#3"},
|
||||
"south": {"uv": [5.5, 10.75, 6.25, 13], "texture": "#3"},
|
||||
"west": {"uv": [8.75, 0, 12, 2.25], "texture": "#3"},
|
||||
"up": {"uv": [16, 3.25, 15.25, 0], "texture": "#3"},
|
||||
"down": {"uv": [4.75, 10.75, 4, 14], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 2, 0],
|
||||
"to": [13, 6, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 11.75, 12.75, 12.75], "texture": "#3"},
|
||||
"east": {"uv": [9, 7.25, 12.25, 8.25], "texture": "#3"},
|
||||
"south": {"uv": [10.5, 2.25, 13, 3.25], "texture": "#3"},
|
||||
"west": {"uv": [9, 8.25, 12.25, 9.25], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 16, 16, 12.75], "texture": "#3"},
|
||||
"down": {"uv": [9, 7.5, 6.5, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 6, 3],
|
||||
"to": [13, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 14.75, 12.75, 15.25], "texture": "#3"},
|
||||
"east": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"south": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"west": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 15.25, 16, 12.75], "texture": "#3"},
|
||||
"down": {"uv": [10.5, 4.75, 8, 7.25], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"east": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"south": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"west": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"up": {"uv": [16, 11.75, 12, 7.75], "texture": "#3"},
|
||||
"down": {"uv": [16, 7.75, 12, 11.75], "texture": "#3"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -150, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -6.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,109 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"3": "modernlife:block/black_sofa",
|
||||
"particle": "modernlife:block/black_sofa"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [0, 2, 13],
|
||||
"to": [16, 17, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 7.5, 4, 11.25], "texture": "#3"},
|
||||
"east": {"uv": [8.75, 0, 8, 3.75], "texture": "#3"},
|
||||
"south": {"uv": [4, 7.5, 8, 11.25], "texture": "#3"},
|
||||
"west": {"uv": [8, 0, 8.75, 3.75], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 4.5, 8.75, 3.75], "texture": "#3"},
|
||||
"down": {"uv": [13, 10, 9, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 2, 0],
|
||||
"to": [16, 6, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [15, 11.75, 11, 12.75], "texture": "#3"},
|
||||
"east": {"uv": [9, 7.25, 12.25, 8.25], "texture": "#3"},
|
||||
"south": {"uv": [10.5, 2.25, 13, 3.25], "texture": "#3"},
|
||||
"west": {"uv": [9, 8.25, 12.25, 9.25], "texture": "#3"},
|
||||
"up": {"uv": [11, 16, 15, 12.75], "texture": "#3"},
|
||||
"down": {"uv": [9, 7.5, 6.5, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 6, 3],
|
||||
"to": [16, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [15, 14.75, 11, 15.25], "texture": "#3"},
|
||||
"east": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"south": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"west": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"up": {"uv": [11, 15.25, 15, 12.75], "texture": "#3"},
|
||||
"down": {"uv": [10.5, 4.75, 8, 7.25], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"east": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"south": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"west": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"up": {"uv": [16, 11.75, 12, 7.75], "texture": "#3"},
|
||||
"down": {"uv": [16, 7.75, 12, 11.75], "texture": "#3"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -150, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -6.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,124 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"3": "modernlife:block/black_sofa",
|
||||
"particle": "modernlife:block/black_sofa"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [0, 2, 13],
|
||||
"to": [16, 17, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 3.75, 0, 7.5], "texture": "#3"},
|
||||
"east": {"uv": [8.75, 0, 8, 3.75], "texture": "#3"},
|
||||
"south": {"uv": [8, 3.75, 4, 7.5], "texture": "#3"},
|
||||
"west": {"uv": [8, 0, 8.75, 3.75], "texture": "#3"},
|
||||
"up": {"uv": [8.75, 3.75, 12.75, 3], "texture": "#3"},
|
||||
"down": {"uv": [9, 10, 13, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "left_arm",
|
||||
"from": [0, 2, 0],
|
||||
"to": [3, 11, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 3.25, 15.25, 5.5], "texture": "#3"},
|
||||
"east": {"uv": [12, 0, 8.75, 2.25], "texture": "#3"},
|
||||
"south": {"uv": [6.25, 10.75, 5.5, 13], "texture": "#3"},
|
||||
"west": {"uv": [15.25, 0, 12, 2.25], "texture": "#3"},
|
||||
"up": {"uv": [15.25, 3.25, 16, 0], "texture": "#3"},
|
||||
"down": {"uv": [4, 10.75, 4.75, 14], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [3, 2, 0],
|
||||
"to": [16, 6, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [12.75, 11.75, 16, 12.75], "texture": "#3"},
|
||||
"east": {"uv": [12.25, 8.25, 9, 9.25], "texture": "#3"},
|
||||
"south": {"uv": [13, 2.25, 10.5, 3.25], "texture": "#3"},
|
||||
"west": {"uv": [12.25, 7.25, 9, 8.25], "texture": "#3"},
|
||||
"up": {"uv": [16, 16, 12.75, 12.75], "texture": "#3"},
|
||||
"down": {"uv": [6.5, 7.5, 9, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [3, 6, 3],
|
||||
"to": [16, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [12.75, 14.75, 16, 15.25], "texture": "#3"},
|
||||
"east": {"uv": [8.75, 10.75, 6.25, 11.25], "texture": "#3"},
|
||||
"south": {"uv": [8.75, 10.75, 6.25, 11.25], "texture": "#3"},
|
||||
"west": {"uv": [8.75, 10.75, 6.25, 11.25], "texture": "#3"},
|
||||
"up": {"uv": [16, 15.25, 12.75, 12.75], "texture": "#3"},
|
||||
"down": {"uv": [8, 4.75, 10.5, 7.25], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 7.25, 12, 7.75], "texture": "#3"},
|
||||
"east": {"uv": [16, 7.25, 12, 7.75], "texture": "#3"},
|
||||
"south": {"uv": [16, 7.25, 12, 7.75], "texture": "#3"},
|
||||
"west": {"uv": [16, 7.25, 12, 7.75], "texture": "#3"},
|
||||
"up": {"uv": [12, 11.75, 16, 7.75], "texture": "#3"},
|
||||
"down": {"uv": [12, 7.75, 16, 11.75], "texture": "#3"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -150, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -6.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,137 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"3": "modernlife:block/black_sofa",
|
||||
"particle": "modernlife:block/black_sofa"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [0, 2, 13],
|
||||
"to": [16, 17, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 3.75], "texture": "#3"},
|
||||
"east": {"uv": [8.75, 0, 8, 3.75], "texture": "#3"},
|
||||
"south": {"uv": [4, 0, 8, 3.75], "texture": "#3"},
|
||||
"west": {"uv": [8, 0, 8.75, 3.75], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 3, 8.75, 2.25], "texture": "#3"},
|
||||
"down": {"uv": [13, 10, 9, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "left_arm",
|
||||
"from": [0, 2, 0],
|
||||
"to": [3, 11, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 3.25, 15.25, 5.5], "texture": "#3"},
|
||||
"east": {"uv": [12, 0, 8.75, 2.25], "texture": "#3"},
|
||||
"south": {"uv": [6.25, 10.75, 5.5, 13], "texture": "#3"},
|
||||
"west": {"uv": [15.25, 0, 12, 2.25], "texture": "#3"},
|
||||
"up": {"uv": [15.25, 3.25, 16, 0], "texture": "#3"},
|
||||
"down": {"uv": [4, 10.75, 4.75, 14], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "right_arm",
|
||||
"from": [13, 2, 0],
|
||||
"to": [16, 11, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.25, 3.25, 16, 5.5], "texture": "#3"},
|
||||
"east": {"uv": [12, 0, 15.25, 2.25], "texture": "#3"},
|
||||
"south": {"uv": [5.5, 10.75, 6.25, 13], "texture": "#3"},
|
||||
"west": {"uv": [8.75, 0, 12, 2.25], "texture": "#3"},
|
||||
"up": {"uv": [16, 3.25, 15.25, 0], "texture": "#3"},
|
||||
"down": {"uv": [4.75, 10.75, 4, 14], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [3, 2, 0],
|
||||
"to": [13, 6, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [8.5, 11.75, 11, 12.75], "texture": "#3"},
|
||||
"east": {"uv": [9, 7.25, 12.25, 8.25], "texture": "#3"},
|
||||
"south": {"uv": [10.5, 2.25, 13, 3.25], "texture": "#3"},
|
||||
"west": {"uv": [9, 8.25, 12.25, 9.25], "texture": "#3"},
|
||||
"up": {"uv": [11, 16, 8.5, 12.75], "texture": "#3"},
|
||||
"down": {"uv": [9, 7.5, 6.5, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [3, 6, 3],
|
||||
"to": [13, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [8.5, 14.75, 11, 15.25], "texture": "#3"},
|
||||
"east": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"south": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"west": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"up": {"uv": [11, 15.25, 8.5, 12.75], "texture": "#3"},
|
||||
"down": {"uv": [10.5, 4.75, 8, 7.25], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"east": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"south": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"west": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"up": {"uv": [16, 11.75, 12, 7.75], "texture": "#3"},
|
||||
"down": {"uv": [16, 7.75, 12, 11.75], "texture": "#3"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -135, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -6.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/barrier",
|
||||
"textures": {
|
||||
"0": "block/blackstone",
|
||||
"particle": "block/blackstone"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,93 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"64": "modernlife:block/blackstone_kitchen_cabinet",
|
||||
"particle": "block/blackstone"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 10.33333, 0, 5.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 5.33333, 5.33333, 10.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 5, 15],
|
||||
"to": [7, 7, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [11.33334, 5.33333, 11, 6], "texture": "#64"},
|
||||
"south": {"uv": [10.66666, 5.33333, 11.33334, 6], "texture": "#64"},
|
||||
"west": {"uv": [10.66666, 5.33333, 11, 6], "texture": "#64"},
|
||||
"up": {"uv": [10.66666, 5.33333, 11.33334, 5.66666], "texture": "#64"},
|
||||
"down": {"uv": [10.66666, 5.66667, 11.33334, 6], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 5, 15],
|
||||
"to": [11, 7, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 4, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 10.33333, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [11, 5.33333, 10.66666, 6], "texture": "#64"},
|
||||
"south": {"uv": [11.33334, 5.33333, 10.66666, 6], "texture": "#64"},
|
||||
"west": {"uv": [11, 5.33333, 11.33334, 6], "texture": "#64"},
|
||||
"up": {"uv": [11.33334, 5.33333, 10.66666, 5.66666], "texture": "#64"},
|
||||
"down": {"uv": [11.33334, 5.66667, 10.66666, 6], "texture": "#64"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.25, 0, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,93 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"64": "modernlife:block/blackstone_kitchen_drawer_cabinet",
|
||||
"particle": "block/blackstone"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 16, 5.33333], "texture": "#64"},
|
||||
"east": {"uv": [10.33333, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"south": {"uv": [0, 0, 5.33333, 5.33333], "texture": "#64"},
|
||||
"west": {"uv": [5.33333, 0, 10.33333, 5.33333], "texture": "#64"},
|
||||
"up": {"uv": [5.33333, 10.33333, 0, 5.33333], "texture": "#64"},
|
||||
"down": {"uv": [10.66667, 5.33333, 5.33333, 10.33333], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 12, 15],
|
||||
"to": [10, 13, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 10, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.33333, 0, 10.66667, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [12.66667, 5.33333, 12.33333, 5.66667], "texture": "#64"},
|
||||
"south": {"uv": [11.33333, 5.33333, 12.66667, 5.66667], "texture": "#64"},
|
||||
"west": {"uv": [11.33333, 5.33333, 11.66667, 5.66667], "texture": "#64"},
|
||||
"up": {"uv": [11.33333, 5.33333, 12.66667, 5.66666], "texture": "#64"},
|
||||
"down": {"uv": [11.33333, 5.33334, 12.66667, 5.66667], "texture": "#64"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 6, 15],
|
||||
"to": [13, 8, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 5, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [10.66667, 0, 10.33333, 1.33333], "texture": "#64"},
|
||||
"east": {"uv": [11, 5.33333, 10.66666, 6], "texture": "#64"},
|
||||
"south": {"uv": [11.33334, 5.33333, 10.66666, 6], "texture": "#64"},
|
||||
"west": {"uv": [11, 5.33333, 11.33334, 6], "texture": "#64"},
|
||||
"up": {"uv": [11.33334, 5.33333, 10.66666, 5.66666], "texture": "#64"},
|
||||
"down": {"uv": [11.33334, 5.66667, 10.66666, 6], "texture": "#64"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1.13, 3.2, 1.13],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"translation": [0.25, 0, 0],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, 180, 0]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp",
|
||||
"textures": {
|
||||
"1": "block/blackstone",
|
||||
"particle": "block/blackstone"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "modernlife:block/ramp_corner",
|
||||
"textures": {
|
||||
"1": "block/blackstone",
|
||||
"particle": "block/blackstone"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/blue_concrete_powder"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,137 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"3": "modernlife:block/blue_sofa",
|
||||
"particle": "modernlife:block/blue_sofa"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [0, 2, 13],
|
||||
"to": [16, 17, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.75, 4, 7.5], "texture": "#3"},
|
||||
"east": {"uv": [8, 0, 7.25, 3.75], "texture": "#3"},
|
||||
"south": {"uv": [4, 3.75, 8, 7.5], "texture": "#3"},
|
||||
"west": {"uv": [8, 0, 8.75, 3.75], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 5.25, 8.75, 4.5], "texture": "#3"},
|
||||
"down": {"uv": [13, 10, 9, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [13, 2, 0],
|
||||
"to": [16, 17, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20.9, 5.4, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0, 8.75, 3.75], "texture": "#3"},
|
||||
"east": {"uv": [7.25, 3.75, 4, 7.5], "texture": "#3"},
|
||||
"south": {"uv": [8.75, 0, 8, 3.75], "texture": "#3"},
|
||||
"west": {"uv": [4, 3.75, 0.75, 7.5], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 4.5, 9.5, 5.25], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [13, 10, 9, 10.75], "rotation": 270, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 2, 0],
|
||||
"to": [13, 6, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [8.5, 11.75, 11, 12.75], "texture": "#3"},
|
||||
"east": {"uv": [9, 7.25, 12.25, 8.25], "texture": "#3"},
|
||||
"south": {"uv": [10.5, 2.25, 13, 3.25], "texture": "#3"},
|
||||
"west": {"uv": [9, 8.25, 12.25, 9.25], "texture": "#3"},
|
||||
"up": {"uv": [8.75, 11.75, 12, 8.5], "texture": "#3"},
|
||||
"down": {"uv": [9, 7.5, 6.5, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 6, 3],
|
||||
"to": [13, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 10.5, 8.75, 11], "texture": "#3"},
|
||||
"east": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"south": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"west": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"up": {"uv": [8.75, 11, 12, 8.5], "texture": "#3"},
|
||||
"down": {"uv": [10.5, 4.75, 8, 7.25], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [3, 6, 0],
|
||||
"to": [13, 8, 3],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.4, 5.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [8.5, 14.75, 11, 15.25], "texture": "#3"},
|
||||
"east": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"south": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"west": {"uv": [8.75, 10.5, 9.5, 11], "texture": "#3"},
|
||||
"up": {"uv": [9.5, 11, 8.75, 8.5], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [10.5, 4.75, 8, 7.25], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"east": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"south": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"west": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"up": {"uv": [16, 11.75, 12, 7.75], "texture": "#3"},
|
||||
"down": {"uv": [16, 7.75, 12, 11.75], "texture": "#3"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -150, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -6.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,122 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"3": "modernlife:block/blue_sofa"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "back_support",
|
||||
"from": [0, 2, 13],
|
||||
"to": [16, 17, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.75, 4, 7.5], "texture": "#3"},
|
||||
"east": {"uv": [8.75, 0, 8, 3.75], "texture": "#3"},
|
||||
"south": {"uv": [4, 3.75, 8, 7.5], "texture": "#3"},
|
||||
"west": {"uv": [8, 0, 8.75, 3.75], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 3.75, 8.75, 3], "texture": "#3"},
|
||||
"down": {"uv": [13, 10, 9, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "right_arm",
|
||||
"from": [13, 2, 0],
|
||||
"to": [16, 11, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [15.25, 3.25, 16, 5.5], "texture": "#3"},
|
||||
"east": {"uv": [12, 0, 15.25, 2.25], "texture": "#3"},
|
||||
"south": {"uv": [5.5, 10.75, 6.25, 13], "texture": "#3"},
|
||||
"west": {"uv": [8.75, 0, 12, 2.25], "texture": "#3"},
|
||||
"up": {"uv": [16, 3.25, 15.25, 0], "texture": "#3"},
|
||||
"down": {"uv": [4.75, 10.75, 4, 14], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 2, 0],
|
||||
"to": [13, 6, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 11.75, 12.75, 12.75], "texture": "#3"},
|
||||
"east": {"uv": [9, 7.25, 12.25, 8.25], "texture": "#3"},
|
||||
"south": {"uv": [10.5, 2.25, 13, 3.25], "texture": "#3"},
|
||||
"west": {"uv": [9, 8.25, 12.25, 9.25], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 16, 16, 12.75], "texture": "#3"},
|
||||
"down": {"uv": [9, 7.5, 6.5, 10.75], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 6, 3],
|
||||
"to": [13, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.4, 8.1]},
|
||||
"faces": {
|
||||
"north": {"uv": [16, 14.75, 12.75, 15.25], "texture": "#3"},
|
||||
"east": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"south": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"west": {"uv": [6.25, 10.75, 8.75, 11.25], "texture": "#3"},
|
||||
"up": {"uv": [12.75, 15.25, 16, 12.75], "texture": "#3"},
|
||||
"down": {"uv": [10.5, 4.75, 8, 7.25], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"east": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"south": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"west": {"uv": [12, 7.25, 16, 7.75], "texture": "#3"},
|
||||
"up": {"uv": [16, 11.75, 12, 7.75], "texture": "#3"},
|
||||
"down": {"uv": [16, 7.75, 12, 11.75], "texture": "#3"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -180, 2],
|
||||
"translation": [1.13, 3.2, 0.63],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, -150, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [0, 180, 0],
|
||||
"translation": [0, 13, 7]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -6.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "VoxelShapes",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4]
|
||||
}
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user