mirror of
https://github.com/TeamMidnightDust/BetterBeds.git
synced 2025-12-15 13:05:09 +01:00
Smooth lighting all the way!
This commit is contained in:
@@ -12,6 +12,7 @@ public class BetterBedsClient implements ClientModInitializer {
|
|||||||
FabricLoader.getInstance().getModContainer("betterbeds").ifPresent(modContainer -> {
|
FabricLoader.getInstance().getModContainer("betterbeds").ifPresent(modContainer -> {
|
||||||
ResourceManagerHelper.registerBuiltinResourcePack(new Identifier("betterbeds:fancybeds"), modContainer, ResourcePackActivationType.NORMAL);
|
ResourceManagerHelper.registerBuiltinResourcePack(new Identifier("betterbeds:fancybeds"), modContainer, ResourcePackActivationType.NORMAL);
|
||||||
ResourceManagerHelper.registerBuiltinResourcePack(new Identifier("betterbeds:connectedbeds"), modContainer, ResourcePackActivationType.NORMAL);
|
ResourceManagerHelper.registerBuiltinResourcePack(new Identifier("betterbeds:connectedbeds"), modContainer, ResourcePackActivationType.NORMAL);
|
||||||
|
ResourceManagerHelper.registerBuiltinResourcePack(new Identifier("betterbeds:fancyconnectedbeds"), modContainer, ResourcePackActivationType.NORMAL);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"ambientocclusion": false,
|
|
||||||
"texture_size": [64, 64],
|
"texture_size": [64, 64],
|
||||||
"textures": {
|
"textures": {
|
||||||
"particle": "block/oak_planks"
|
"particle": "block/oak_planks"
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"ambientocclusion": false,
|
|
||||||
"texture_size": [64, 64],
|
"texture_size": [64, 64],
|
||||||
"textures": {
|
"textures": {
|
||||||
"particle": "block/oak_planks"
|
"particle": "block/oak_planks"
|
||||||
|
|||||||
@@ -1,45 +0,0 @@
|
|||||||
{
|
|
||||||
"credit": "made by Motschen",
|
|
||||||
"texture_size": [64, 64],
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/lime",
|
|
||||||
"particle": "block/oak_planks"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [0, 0, 0],
|
|
||||||
"to": [3, 3, 3],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 3.75, 13.25, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"east": {"uv": [14.75, 3.75, 15.5, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"south": {"uv": [14, 3.75, 14.75, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"west": {"uv": [13.25, 3.75, 14, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"down": {"uv": [14, 3, 14.75, 3.75], "texture": "#0", "cullface": "west"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [13, 0, 0],
|
|
||||||
"to": [16, 3, 3],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 8]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"east": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"south": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"west": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"down": {"uv": [14, 0, 14.75, 0.75], "texture": "#0", "cullface": "east"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 3, 0],
|
|
||||||
"to": [16, 9, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [5.5, 5.5, 9.5, 7], "rotation": 180, "texture": "#0"},
|
|
||||||
"east": {"uv": [0, 7, 1.5, 11], "rotation": 270, "texture": "#0"},
|
|
||||||
"west": {"uv": [5.5, 7, 7, 11], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.5, 7, 5.5, 11], "rotation": 180, "texture": "#0"},
|
|
||||||
"down": {"uv": [7, 7, 11, 11], "texture": "#0"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
{
|
|
||||||
"credit": "made by Motschen",
|
|
||||||
"texture_size": [64, 64],
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/lime",
|
|
||||||
"particle": "block/oak_planks"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [0, 0, 13],
|
|
||||||
"to": [3, 3, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 21]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 5.25, 13.25, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"east": {"uv": [14.75, 5.25, 15.5, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"south": {"uv": [14, 5.25, 14.75, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"west": {"uv": [13.25, 5.25, 14, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"down": {"uv": [14, 4.5, 14.75, 5.25], "texture": "#0", "cullface": "west"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [13, 0, 13],
|
|
||||||
"to": [16, 3, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 21]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 2.25, 13.25, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"east": {"uv": [14.75, 2.25, 15.5, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"south": {"uv": [14, 2.25, 14.75, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"west": {"uv": [13.25, 2.25, 14, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"down": {"uv": [14, 1.5, 14.75, 2.25], "texture": "#0", "cullface": "east"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 3, 0],
|
|
||||||
"to": [16, 9, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#0"},
|
|
||||||
"south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"down": {"uv": [7, 7, 11, 11], "texture": "#0"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,122 +0,0 @@
|
|||||||
{
|
|
||||||
"credit": "made by Motschen",
|
|
||||||
"texture_size": [64, 64],
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/lime",
|
|
||||||
"particle": "block/oak_planks"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [0, 0, -8],
|
|
||||||
"to": [3, 3, -5],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 3.75, 13.25, 4.5], "texture": "#0"},
|
|
||||||
"east": {"uv": [14.75, 3.75, 15.5, 4.5], "texture": "#0"},
|
|
||||||
"south": {"uv": [14, 3.75, 14.75, 4.5], "texture": "#0"},
|
|
||||||
"west": {"uv": [13.25, 3.75, 14, 4.5], "texture": "#0"},
|
|
||||||
"down": {"uv": [14, 3, 14.75, 3.75], "texture": "#0"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [13, 0, -8],
|
|
||||||
"to": [16, 3, -5],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 0]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#0"},
|
|
||||||
"east": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#0"},
|
|
||||||
"south": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#0"},
|
|
||||||
"west": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#0"},
|
|
||||||
"down": {"uv": [14, 0, 14.75, 0.75], "texture": "#0"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 3, -8],
|
|
||||||
"to": [16, 9, 8],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 0]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [5.5, 5.5, 9.5, 7], "rotation": 180, "texture": "#0"},
|
|
||||||
"east": {"uv": [0, 7, 1.5, 11], "rotation": 270, "texture": "#0"},
|
|
||||||
"west": {"uv": [5.5, 7, 7, 11], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.5, 7, 5.5, 11], "rotation": 180, "texture": "#0"},
|
|
||||||
"down": {"uv": [7, 7, 11, 11], "texture": "#0"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 0, 21],
|
|
||||||
"to": [3, 3, 24],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 29]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 5.25, 13.25, 6], "texture": "#0"},
|
|
||||||
"east": {"uv": [14.75, 5.25, 15.5, 6], "texture": "#0"},
|
|
||||||
"south": {"uv": [14, 5.25, 14.75, 6], "texture": "#0"},
|
|
||||||
"west": {"uv": [13.25, 5.25, 14, 6], "texture": "#0"},
|
|
||||||
"up": {"uv": [0, 0, 0, 0], "texture": "#0"},
|
|
||||||
"down": {"uv": [14, 4.5, 14.75, 5.25], "texture": "#0"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [13, 0, 21],
|
|
||||||
"to": [16, 3, 24],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 29]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 2.25, 13.25, 3], "texture": "#0"},
|
|
||||||
"east": {"uv": [14.75, 2.25, 15.5, 3], "texture": "#0"},
|
|
||||||
"south": {"uv": [14, 2.25, 14.75, 3], "texture": "#0"},
|
|
||||||
"west": {"uv": [13.25, 2.25, 14, 3], "texture": "#0"},
|
|
||||||
"up": {"uv": [0, 0, 0, 0], "texture": "#0"},
|
|
||||||
"down": {"uv": [14, 1.5, 14.75, 2.25], "texture": "#0"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 3, 8],
|
|
||||||
"to": [16, 9, 24],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 16]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [0, 0, 0, 0], "texture": "#0"},
|
|
||||||
"east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#0"},
|
|
||||||
"south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"down": {"uv": [7, 7, 11, 11], "texture": "#0"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"display": {
|
|
||||||
"thirdperson_righthand": {
|
|
||||||
"rotation": [30, 160, 0],
|
|
||||||
"translation": [0, 3, -2],
|
|
||||||
"scale": [0.23, 0.23, 0.23]
|
|
||||||
},
|
|
||||||
"firstperson_righthand": {
|
|
||||||
"rotation": [30, 160, 0],
|
|
||||||
"translation": [0, 3, 0],
|
|
||||||
"scale": [0.375, 0.375, 0.375]
|
|
||||||
},
|
|
||||||
"ground": {
|
|
||||||
"translation": [0, 1, 2],
|
|
||||||
"scale": [0.25, 0.25, 0.25]
|
|
||||||
},
|
|
||||||
"gui": {
|
|
||||||
"rotation": [30, 160, 0],
|
|
||||||
"translation": [0.25, 1.5, 0],
|
|
||||||
"scale": [0.5325, 0.5325, 0.5325]
|
|
||||||
},
|
|
||||||
"head": {
|
|
||||||
"rotation": [0, 180, 0],
|
|
||||||
"translation": [0, 10, -8]
|
|
||||||
},
|
|
||||||
"fixed": {
|
|
||||||
"rotation": [270, 0, 0],
|
|
||||||
"translation": [0, 4, -2],
|
|
||||||
"scale": [0.5, 0.5, 0.5]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"groups": [0, 1, 2,
|
|
||||||
{
|
|
||||||
"name": "bed_head",
|
|
||||||
"origin": [8, 8, 8],
|
|
||||||
"children": [3, 4, 5]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/black"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/blue"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/brown"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/cyan"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/gray"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/green"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/light_blue"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/light_gray"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/lime"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/magenta"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/orange"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/pink"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/purple"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/red"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/white"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "minecraft:item/bed",
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/yellow"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
The MIT License
|
|
||||||
Copyright © 2019 Motschen
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
|
||||||
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
|
||||||
and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
||||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
||||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 7,
|
|
||||||
"description": "§2Changes the renderer of the bed to use block models instead of a block entity renderer ! (with smooth lightning))"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB |
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"ambientocclusion": false,
|
|
||||||
"texture_size": [64, 64],
|
"texture_size": [64, 64],
|
||||||
"textures": {
|
"textures": {
|
||||||
"particle": "block/oak_planks"
|
"particle": "block/oak_planks"
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"ambientocclusion": false,
|
|
||||||
"texture_size": [64, 64],
|
"texture_size": [64, 64],
|
||||||
"textures": {
|
"textures": {
|
||||||
"particle": "block/oak_planks"
|
"particle": "block/oak_planks"
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
The MIT License
|
|
||||||
Copyright © 2019 Motschen
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
|
||||||
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
|
||||||
and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
||||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
||||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
@@ -1,45 +0,0 @@
|
|||||||
{
|
|
||||||
"credit": "made by Motschen",
|
|
||||||
"texture_size": [64, 64],
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/lime",
|
|
||||||
"particle": "block/oak_planks"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [0, 0, 0],
|
|
||||||
"to": [3, 3, 3],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 3.75, 13.25, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"east": {"uv": [14.75, 3.75, 15.5, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"south": {"uv": [14, 3.75, 14.75, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"west": {"uv": [13.25, 3.75, 14, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"down": {"uv": [14, 3, 14.75, 3.75], "texture": "#0", "cullface": "west"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [13, 0, 0],
|
|
||||||
"to": [16, 3, 3],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 8]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"east": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"south": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"west": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"down": {"uv": [14, 0, 14.75, 0.75], "texture": "#0", "cullface": "east"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 3, 0],
|
|
||||||
"to": [16, 9, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [5.5, 5.5, 9.5, 7], "rotation": 180, "texture": "#0"},
|
|
||||||
"east": {"uv": [0, 7, 1.5, 11], "rotation": 270, "texture": "#0"},
|
|
||||||
"west": {"uv": [5.5, 7, 7, 11], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.5, 7, 5.5, 11], "rotation": 180, "texture": "#0"},
|
|
||||||
"down": {"uv": [7, 7, 11, 11], "texture": "#0"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
{
|
|
||||||
"credit": "made by Motschen",
|
|
||||||
"texture_size": [64, 64],
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/lime",
|
|
||||||
"particle": "block/oak_planks"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [0, 0, 13],
|
|
||||||
"to": [3, 3, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 21]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 5.25, 13.25, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"east": {"uv": [14.75, 5.25, 15.5, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"south": {"uv": [14, 5.25, 14.75, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"west": {"uv": [13.25, 5.25, 14, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"down": {"uv": [14, 4.5, 14.75, 5.25], "texture": "#0", "cullface": "west"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [13, 0, 13],
|
|
||||||
"to": [16, 3, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 21]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 2.25, 13.25, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"east": {"uv": [14.75, 2.25, 15.5, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"south": {"uv": [14, 2.25, 14.75, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"west": {"uv": [13.25, 2.25, 14, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"down": {"uv": [14, 1.5, 14.75, 2.25], "texture": "#0", "cullface": "east"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 3, 0],
|
|
||||||
"to": [16, 9, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#0"},
|
|
||||||
"south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"down": {"uv": [7, 7, 11, 11], "texture": "#0"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
The MIT License
|
|
||||||
Copyright © 2019 Motschen
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
|
||||||
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
|
||||||
and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
||||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
||||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 7,
|
|
||||||
"description": "§2Allows beds to connect <3 (with smooth lightning)"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.0 KiB |
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"ambientocclusion": false,
|
|
||||||
"texture_size": [64, 64],
|
"texture_size": [64, 64],
|
||||||
"textures": {
|
"textures": {
|
||||||
"particle": "block/oak_planks"
|
"particle": "block/oak_planks"
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
The MIT License
|
|
||||||
Copyright © 2019 Motschen
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
|
||||||
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
|
||||||
and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
||||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
||||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 12,
|
"pack_format": 12,
|
||||||
"description": "§2Makes beds look more fancy"
|
"description": "§2Makes beds look fancier"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,72 +0,0 @@
|
|||||||
{
|
|
||||||
"credit": "made by Motschen",
|
|
||||||
"texture_size": [64, 64],
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/lime",
|
|
||||||
"particle": "block/oak_planks"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [0, 0, 13],
|
|
||||||
"to": [3, 3, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 21]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 5.25, 13.25, 6], "texture": "#0"},
|
|
||||||
"east": {"uv": [14.75, 5.25, 15.5, 6], "texture": "#0"},
|
|
||||||
"south": {"uv": [14, 5.25, 14.75, 6], "texture": "#0"},
|
|
||||||
"west": {"uv": [13.25, 5.25, 14, 6], "texture": "#0"},
|
|
||||||
"down": {"uv": [14, 4.5, 14.75, 5.25], "texture": "#0"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [13, 0, 13],
|
|
||||||
"to": [16, 3, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 21]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 2.25, 13.25, 3], "texture": "#0"},
|
|
||||||
"east": {"uv": [14.75, 2.25, 15.5, 3], "texture": "#0"},
|
|
||||||
"south": {"uv": [14, 2.25, 14.75, 3], "texture": "#0"},
|
|
||||||
"west": {"uv": [13.25, 2.25, 14, 3], "texture": "#0"},
|
|
||||||
"down": {"uv": [14, 1.5, 14.75, 2.25], "texture": "#0"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 3, 0],
|
|
||||||
"to": [16, 9, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#0"},
|
|
||||||
"south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"down": {"uv": [7, 7, 11, 11], "texture": "#0"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 9, 8],
|
|
||||||
"to": [16, 10, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 17, 16]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [1.5, 3.25, 5.5, 3.5], "texture": "#0"},
|
|
||||||
"east": {"uv": [1.5, 1.5, 1.75, 3.5], "rotation": 270, "texture": "#0"},
|
|
||||||
"south": {"uv": [1.5, 1.5, 5.5, 1.75], "texture": "#0"},
|
|
||||||
"west": {"uv": [5.25, 1.5, 5.5, 3.5], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.5, 1.5, 5.5, 3.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"down": {"uv": [0, 0, 4, 2], "texture": "#0"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [1, 10, 9],
|
|
||||||
"to": [15, 11, 15],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 18, 16]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [1.75, 3.25, 5.25, 3.5], "texture": "#0"},
|
|
||||||
"east": {"uv": [1.75, 1.75, 2, 3.25], "rotation": 90, "texture": "#0"},
|
|
||||||
"south": {"uv": [1.75, 0.5, 5.25, 0.75], "texture": "#0"},
|
|
||||||
"west": {"uv": [5, 1.75, 5.25, 3.25], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.75, 1.75, 5.25, 3.25], "texture": "#0"},
|
|
||||||
"down": {"uv": [0, 0, 3.5, 1.5], "texture": "#0"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
The MIT License
|
|
||||||
Copyright © 2019 Motschen
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
|
||||||
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
|
||||||
and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
||||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
||||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 7,
|
|
||||||
"description": "§2Makes beds look more fancy (with smooth lightning)"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB |
@@ -1,9 +1,7 @@
|
|||||||
{
|
{
|
||||||
"credit": "made by Motschen",
|
"credit": "made by Motschen",
|
||||||
"ambientocclusion": false,
|
|
||||||
"texture_size": [64, 64],
|
"texture_size": [64, 64],
|
||||||
"textures": {
|
"textures": {
|
||||||
"0": "entity/bed/lime",
|
|
||||||
"particle": "block/oak_planks"
|
"particle": "block/oak_planks"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
@@ -11,11 +9,11 @@
|
|||||||
"from": [0, 0, 0],
|
"from": [0, 0, 0],
|
||||||
"to": [3, 3, 3],
|
"to": [3, 3, 3],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [12.5, 3.75, 13.25, 4.5], "texture": "#0", "cullface": "west"},
|
"north": {"uv": [12.5, 3.75, 13.25, 4.5], "texture": "#bed", "cullface": "west"},
|
||||||
"east": {"uv": [14.75, 3.75, 15.5, 4.5], "texture": "#0", "cullface": "west"},
|
"east": {"uv": [14.75, 3.75, 15.5, 4.5], "texture": "#bed", "cullface": "west"},
|
||||||
"south": {"uv": [14, 3.75, 14.75, 4.5], "texture": "#0", "cullface": "west"},
|
"south": {"uv": [14, 3.75, 14.75, 4.5], "texture": "#bed", "cullface": "west"},
|
||||||
"west": {"uv": [13.25, 3.75, 14, 4.5], "texture": "#0", "cullface": "west"},
|
"west": {"uv": [13.25, 3.75, 14, 4.5], "texture": "#bed", "cullface": "west"},
|
||||||
"down": {"uv": [14, 3, 14.75, 3.75], "texture": "#0", "cullface": "west"}
|
"down": {"uv": [14, 3, 14.75, 3.75], "texture": "#bed", "cullface": "west"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -23,11 +21,11 @@
|
|||||||
"to": [16, 3, 3],
|
"to": [16, 3, 3],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#0", "cullface": "east"},
|
"north": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#bed", "cullface": "east"},
|
||||||
"east": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#0", "cullface": "east"},
|
"east": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#bed", "cullface": "east"},
|
||||||
"south": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#0", "cullface": "east"},
|
"south": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#bed", "cullface": "east"},
|
||||||
"west": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#0", "cullface": "east"},
|
"west": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#bed", "cullface": "east"},
|
||||||
"down": {"uv": [14, 0, 14.75, 0.75], "texture": "#0", "cullface": "east"}
|
"down": {"uv": [14, 0, 14.75, 0.75], "texture": "#bed", "cullface": "east"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -35,11 +33,11 @@
|
|||||||
"to": [16, 9, 16],
|
"to": [16, 9, 16],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [5.5, 5.5, 9.5, 7], "rotation": 180, "texture": "#0"},
|
"north": {"uv": [5.5, 5.5, 9.5, 7], "rotation": 180, "texture": "#bed"},
|
||||||
"east": {"uv": [0, 7, 1.5, 11], "rotation": 270, "texture": "#0"},
|
"east": {"uv": [0, 7, 1.5, 11], "rotation": 270, "texture": "#bed"},
|
||||||
"west": {"uv": [5.5, 7, 7, 11], "rotation": 90, "texture": "#0"},
|
"west": {"uv": [5.5, 7, 7, 11], "rotation": 90, "texture": "#bed"},
|
||||||
"up": {"uv": [1.5, 7, 5.5, 11], "rotation": 180, "texture": "#0"},
|
"up": {"uv": [1.5, 7, 5.5, 11], "rotation": 180, "texture": "#bed"},
|
||||||
"down": {"uv": [7, 7, 11, 11], "texture": "#0"}
|
"down": {"uv": [7, 7, 11, 11], "texture": "#bed"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
{
|
{
|
||||||
"credit": "made by Motschen",
|
"credit": "made by Motschen",
|
||||||
"ambientocclusion": false,
|
|
||||||
"texture_size": [64, 64],
|
"texture_size": [64, 64],
|
||||||
"textures": {
|
"textures": {
|
||||||
"0": "entity/bed/lime",
|
|
||||||
"particle": "block/oak_planks"
|
"particle": "block/oak_planks"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
@@ -12,11 +10,11 @@
|
|||||||
"to": [3, 3, 16],
|
"to": [3, 3, 16],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 21]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 21]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [12.5, 5.25, 13.25, 6], "texture": "#0", "cullface": "west"},
|
"north": {"uv": [12.5, 5.25, 13.25, 6], "texture": "#bed", "cullface": "west"},
|
||||||
"east": {"uv": [14.75, 5.25, 15.5, 6], "texture": "#0", "cullface": "west"},
|
"east": {"uv": [14.75, 5.25, 15.5, 6], "texture": "#bed", "cullface": "west"},
|
||||||
"south": {"uv": [14, 5.25, 14.75, 6], "texture": "#0", "cullface": "west"},
|
"south": {"uv": [14, 5.25, 14.75, 6], "texture": "#bed", "cullface": "west"},
|
||||||
"west": {"uv": [13.25, 5.25, 14, 6], "texture": "#0", "cullface": "west"},
|
"west": {"uv": [13.25, 5.25, 14, 6], "texture": "#bed", "cullface": "west"},
|
||||||
"down": {"uv": [14, 4.5, 14.75, 5.25], "texture": "#0", "cullface": "west"}
|
"down": {"uv": [14, 4.5, 14.75, 5.25], "texture": "#bed", "cullface": "west"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -24,11 +22,11 @@
|
|||||||
"to": [16, 3, 16],
|
"to": [16, 3, 16],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 21]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 21]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [12.5, 2.25, 13.25, 3], "texture": "#0", "cullface": "east"},
|
"north": {"uv": [12.5, 2.25, 13.25, 3], "texture": "#bed", "cullface": "east"},
|
||||||
"east": {"uv": [14.75, 2.25, 15.5, 3], "texture": "#0", "cullface": "east"},
|
"east": {"uv": [14.75, 2.25, 15.5, 3], "texture": "#bed", "cullface": "east"},
|
||||||
"south": {"uv": [14, 2.25, 14.75, 3], "texture": "#0", "cullface": "east"},
|
"south": {"uv": [14, 2.25, 14.75, 3], "texture": "#bed", "cullface": "east"},
|
||||||
"west": {"uv": [13.25, 2.25, 14, 3], "texture": "#0", "cullface": "east"},
|
"west": {"uv": [13.25, 2.25, 14, 3], "texture": "#bed", "cullface": "east"},
|
||||||
"down": {"uv": [14, 1.5, 14.75, 2.25], "texture": "#0", "cullface": "east"}
|
"down": {"uv": [14, 1.5, 14.75, 2.25], "texture": "#bed", "cullface": "east"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -36,11 +34,11 @@
|
|||||||
"to": [16, 9, 16],
|
"to": [16, 9, 16],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#0"},
|
"east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#bed"},
|
||||||
"south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#0"},
|
"south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#bed"},
|
||||||
"west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#0"},
|
"west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#bed"},
|
||||||
"up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#0"},
|
"up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#bed"},
|
||||||
"down": {"uv": [7, 7, 11, 11], "texture": "#0"}
|
"down": {"uv": [7, 7, 11, 11], "texture": "#bed"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -48,12 +46,12 @@
|
|||||||
"to": [16, 10, 16],
|
"to": [16, 10, 16],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 17, 16]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 17, 16]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [1.5, 3.25, 5.5, 3.5], "texture": "#0"},
|
"north": {"uv": [1.5, 3.25, 5.5, 3.5], "texture": "#bed"},
|
||||||
"east": {"uv": [1.5, 1.5, 1.75, 3.5], "rotation": 270, "texture": "#0"},
|
"east": {"uv": [1.5, 1.5, 1.75, 3.5], "rotation": 270, "texture": "#bed"},
|
||||||
"south": {"uv": [1.5, 1.5, 5.5, 1.75], "texture": "#0"},
|
"south": {"uv": [1.5, 1.5, 5.5, 1.75], "texture": "#bed"},
|
||||||
"west": {"uv": [5.25, 1.5, 5.5, 3.5], "rotation": 90, "texture": "#0"},
|
"west": {"uv": [5.25, 1.5, 5.5, 3.5], "rotation": 90, "texture": "#bed"},
|
||||||
"up": {"uv": [1.5, 1.5, 5.5, 3.5], "rotation": 180, "texture": "#0"},
|
"up": {"uv": [1.5, 1.5, 5.5, 3.5], "rotation": 180, "texture": "#bed"},
|
||||||
"down": {"uv": [0, 0, 4, 2], "texture": "#0"}
|
"down": {"uv": [0, 0, 4, 2], "texture": "#bed"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -61,12 +59,12 @@
|
|||||||
"to": [15, 11, 15],
|
"to": [15, 11, 15],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 18, 16]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 18, 16]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [1.75, 3.25, 5.25, 3.5], "texture": "#0"},
|
"north": {"uv": [1.75, 3.25, 5.25, 3.5], "texture": "#bed"},
|
||||||
"east": {"uv": [1.75, 1.75, 2, 3.25], "rotation": 90, "texture": "#0"},
|
"east": {"uv": [1.75, 1.75, 2, 3.25], "rotation": 90, "texture": "#bed"},
|
||||||
"south": {"uv": [1.75, 0.5, 5.25, 0.75], "texture": "#0"},
|
"south": {"uv": [1.75, 0.5, 5.25, 0.75], "texture": "#bed"},
|
||||||
"west": {"uv": [5, 1.75, 5.25, 3.25], "rotation": 90, "texture": "#0"},
|
"west": {"uv": [5, 1.75, 5.25, 3.25], "rotation": 90, "texture": "#bed"},
|
||||||
"up": {"uv": [1.75, 1.75, 5.25, 3.25], "texture": "#0"},
|
"up": {"uv": [1.75, 1.75, 5.25, 3.25], "rotation": 180, "texture": "#bed"},
|
||||||
"down": {"uv": [0, 0, 3.5, 1.5], "texture": "#0"}
|
"down": {"uv": [0, 0, 3.5, 1.5], "texture": "#bed"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
The MIT License
|
|
||||||
Copyright © 2019 Motschen
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
|
||||||
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
|
||||||
and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
||||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
||||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 7,
|
"pack_format": 12,
|
||||||
"description": "§2Makes beds look more fancy and allows beds to connect <3 (with smooth lightning)"
|
"description": "§2Makes beds look fancier and allows them to connect <3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,45 +0,0 @@
|
|||||||
{
|
|
||||||
"credit": "made by Motschen",
|
|
||||||
"texture_size": [64, 64],
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/lime",
|
|
||||||
"particle": "block/oak_planks"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [0, 0, 0],
|
|
||||||
"to": [3, 3, 3],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 3.75, 13.25, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"east": {"uv": [14.75, 3.75, 15.5, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"south": {"uv": [14, 3.75, 14.75, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"west": {"uv": [13.25, 3.75, 14, 4.5], "texture": "#0", "cullface": "west"},
|
|
||||||
"down": {"uv": [14, 3, 14.75, 3.75], "texture": "#0", "cullface": "west"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [13, 0, 0],
|
|
||||||
"to": [16, 3, 3],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 8]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"east": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"south": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"west": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#0", "cullface": "east"},
|
|
||||||
"down": {"uv": [14, 0, 14.75, 0.75], "texture": "#0", "cullface": "east"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 3, 0],
|
|
||||||
"to": [16, 9, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [5.5, 5.5, 9.5, 7], "rotation": 180, "texture": "#0"},
|
|
||||||
"east": {"uv": [0, 7, 1.5, 11], "rotation": 270, "texture": "#0"},
|
|
||||||
"west": {"uv": [5.5, 7, 7, 11], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.5, 7, 5.5, 11], "rotation": 180, "texture": "#0"},
|
|
||||||
"down": {"uv": [7, 7, 11, 11], "texture": "#0"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
{
|
|
||||||
"credit": "made by Motschen",
|
|
||||||
"texture_size": [64, 64],
|
|
||||||
"textures": {
|
|
||||||
"0": "entity/bed/lime",
|
|
||||||
"particle": "block/oak_planks"
|
|
||||||
},
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"from": [0, 0, 13],
|
|
||||||
"to": [3, 3, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 21]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 5.25, 13.25, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"east": {"uv": [14.75, 5.25, 15.5, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"south": {"uv": [14, 5.25, 14.75, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"west": {"uv": [13.25, 5.25, 14, 6], "texture": "#0", "cullface": "west"},
|
|
||||||
"down": {"uv": [14, 4.5, 14.75, 5.25], "texture": "#0", "cullface": "west"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [13, 0, 13],
|
|
||||||
"to": [16, 3, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 21]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [12.5, 2.25, 13.25, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"east": {"uv": [14.75, 2.25, 15.5, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"south": {"uv": [14, 2.25, 14.75, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"west": {"uv": [13.25, 2.25, 14, 3], "texture": "#0", "cullface": "east"},
|
|
||||||
"down": {"uv": [14, 1.5, 14.75, 2.25], "texture": "#0", "cullface": "east"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 3, 0],
|
|
||||||
"to": [16, 9, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#0"},
|
|
||||||
"south": {"uv": [1.5, 0, 5.5, 1.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"west": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.5, 1.5, 5.5, 5.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"down": {"uv": [7, 7, 11, 11], "texture": "#0"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [0, 9, 8],
|
|
||||||
"to": [16, 10, 16],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 17, 16]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [1.5, 3.25, 5.5, 3.5], "texture": "#0"},
|
|
||||||
"east": {"uv": [1.5, 1.5, 1.75, 3.5], "rotation": 270, "texture": "#0"},
|
|
||||||
"south": {"uv": [1.5, 1.5, 5.5, 1.75], "texture": "#0"},
|
|
||||||
"west": {"uv": [5.25, 1.5, 5.5, 3.5], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.5, 1.5, 5.5, 3.5], "rotation": 180, "texture": "#0"},
|
|
||||||
"down": {"uv": [0, 0, 4, 2], "texture": "#0"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": [1, 10, 9],
|
|
||||||
"to": [15, 11, 15],
|
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 18, 16]},
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [1.75, 3.25, 5.25, 3.5], "texture": "#0"},
|
|
||||||
"east": {"uv": [1.75, 1.75, 2, 3.25], "rotation": 90, "texture": "#0"},
|
|
||||||
"south": {"uv": [1.75, 0.5, 5.25, 0.75], "texture": "#0"},
|
|
||||||
"west": {"uv": [5, 1.75, 5.25, 3.25], "rotation": 90, "texture": "#0"},
|
|
||||||
"up": {"uv": [1.75, 1.75, 5.25, 3.25], "texture": "#0"},
|
|
||||||
"down": {"uv": [0, 0, 3.5, 1.5], "texture": "#0"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
The MIT License
|
|
||||||
Copyright © 2019 Motschen
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
|
|
||||||
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
|
||||||
and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
||||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
||||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 7,
|
|
||||||
"description": "§2Makes beds look more fancy and allows beds to connect <3 (with smooth lightning)"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB |
Reference in New Issue
Block a user