Add receptacles

This commit is contained in:
Electroblob77
2020-05-11 18:42:00 +01:00
parent 11821ff14d
commit a97abd26d0
15 changed files with 803 additions and 6 deletions
@@ -0,0 +1,9 @@
{
"variants": {
"facing=up": { "model": "ebwizardry:receptacle" },
"facing=east": { "model": "ebwizardry:wall_receptacle", "y": 270 },
"facing=south": { "model": "ebwizardry:wall_receptacle" },
"facing=west": { "model": "ebwizardry:wall_receptacle", "y": 90 },
"facing=north": { "model": "ebwizardry:wall_receptacle", "y": 180 }
}
}
@@ -47,6 +47,8 @@ tile.ebwizardry\:jungle_lectern.name=Jungle Lectern
tile.ebwizardry\:acacia_lectern.name=Acacia Lectern
tile.ebwizardry\:dark_oak_lectern.name=Dark Oak Lectern
tile.ebwizardry\:receptacle.name=Receptacle
item.ebwizardry\:crystal_magic.name=Magic Crystal
item.ebwizardry\:crystal_magic.desc=The iridescent colours of this crystal seem to slowly shift and swirl, hinting at a magical energy within. Perhaps this magic could be harnessed in some way?
item.ebwizardry\:crystal_fire.name=Fiery Crystal
@@ -47,6 +47,8 @@ tile.ebwizardry\:jungle_lectern.name=Jungle Lectern
tile.ebwizardry\:acacia_lectern.name=Acacia Lectern
tile.ebwizardry\:dark_oak_lectern.name=Dark Oak Lectern
tile.ebwizardry\:receptacle.name=Receptacle
item.ebwizardry\:crystal_magic.name=Magic Crystal
item.ebwizardry\:crystal_magic.desc=The iridescent colors of this crystal seem to slowly shift and swirl, hinting at a magical energy within. Perhaps this magic could be harnessed, somehow...
item.ebwizardry\:crystal_fire.name=Fiery Crystal
@@ -0,0 +1,262 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "ebwizardry:blocks/receptacle",
"particle": "ebwizardry:blocks/receptacle"
},
"elements": [
{
"from": [6, 6.5, 10],
"to": [10, 7.5, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [10, 6.5, 12]},
"faces": {
"north": {"uv": [1, 5, 5, 6], "texture": "#0"},
"east": {"uv": [4, 5, 5, 6], "texture": "#0"},
"south": {"uv": [1, 5, 5, 6], "texture": "#0"},
"west": {"uv": [1, 5, 2, 6], "texture": "#0"},
"up": {"uv": [1, 5, 5, 6], "texture": "#0"},
"down": {"uv": [1, 5, 5, 6], "texture": "#0"}
}
},
{
"from": [6, 5.5, 6],
"to": [10, 6.5, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.5, 8]},
"faces": {
"north": {"uv": [1, 7, 5, 8], "texture": "#0"},
"east": {"uv": [1, 7, 5, 8], "texture": "#0"},
"south": {"uv": [1, 7, 5, 8], "texture": "#0"},
"west": {"uv": [1, 7, 5, 8], "texture": "#0"},
"up": {"uv": [1, 1, 5, 5], "texture": "#0"},
"down": {"uv": [1, 1, 5, 5], "texture": "#0"}
}
},
{
"from": [5, 6.5, 6],
"to": [6, 7.5, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6.5, 8]},
"faces": {
"north": {"uv": [0, 1, 1, 2], "texture": "#0"},
"east": {"uv": [0, 1, 1, 5], "rotation": 90, "texture": "#0"},
"south": {"uv": [0, 4, 1, 5], "texture": "#0"},
"west": {"uv": [0, 1, 1, 5], "rotation": 90, "texture": "#0"},
"up": {"uv": [0, 1, 1, 5], "texture": "#0"},
"down": {"uv": [0, 1, 1, 5], "texture": "#0"}
}
},
{
"from": [6, 6.5, 5],
"to": [10, 7.5, 6],
"rotation": {"angle": 0, "axis": "y", "origin": [10, 6.5, 7]},
"faces": {
"north": {"uv": [1, 0, 5, 1], "texture": "#0"},
"east": {"uv": [4, 0, 5, 1], "texture": "#0"},
"south": {"uv": [1, 0, 5, 1], "texture": "#0"},
"west": {"uv": [1, 0, 2, 1], "texture": "#0"},
"up": {"uv": [1, 0, 5, 1], "texture": "#0"},
"down": {"uv": [1, 0, 5, 1], "texture": "#0"}
}
},
{
"from": [10, 6.5, 6],
"to": [11, 7.5, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 6.5, 8]},
"faces": {
"north": {"uv": [5, 1, 6, 2], "texture": "#0"},
"east": {"uv": [5, 1, 6, 5], "rotation": 90, "texture": "#0"},
"south": {"uv": [5, 4, 6, 5], "texture": "#0"},
"west": {"uv": [5, 1, 6, 5], "rotation": 90, "texture": "#0"},
"up": {"uv": [5, 1, 6, 5], "texture": "#0"},
"down": {"uv": [5, 1, 6, 5], "texture": "#0"}
}
},
{
"from": [10, 2.5, 7.5],
"to": [11, 6.5, 8.5],
"rotation": {"angle": -45, "axis": "z", "origin": [11, 5, 8]},
"faces": {
"north": {"uv": [15, 1, 16, 5], "texture": "#0"},
"east": {"uv": [14, 1, 15, 5], "texture": "#0"},
"south": {"uv": [13, 1, 14, 5], "texture": "#0"},
"west": {"uv": [12, 1, 13, 5], "texture": "#0"},
"down": {"uv": [13, 4, 14, 5], "texture": "#0"}
}
},
{
"from": [11.06066, 6.06066, 7.5],
"to": [12.06066, 8.06066, 8.5],
"rotation": {"angle": 0, "axis": "y", "origin": [19.06066, 15.06066, 16]},
"faces": {
"north": {"uv": [15, 0, 16, 2], "texture": "#0"},
"east": {"uv": [14, 0, 15, 2], "texture": "#0"},
"south": {"uv": [13, 0, 14, 2], "texture": "#0"},
"west": {"uv": [12, 0, 13, 2], "texture": "#0"},
"up": {"uv": [13, 0, 14, 1], "texture": "#0"}
}
},
{
"from": [7.5, 2.5, 5],
"to": [8.5, 6.5, 6],
"rotation": {"angle": -45, "axis": "x", "origin": [8, 5, 5]},
"faces": {
"north": {"uv": [14, 1, 15, 5], "texture": "#0"},
"east": {"uv": [13, 1, 14, 5], "texture": "#0"},
"south": {"uv": [12, 1, 13, 5], "texture": "#0"},
"west": {"uv": [15, 1, 16, 5], "texture": "#0"},
"down": {"uv": [13, 4, 14, 5], "rotation": 90, "texture": "#0"}
}
},
{
"from": [7.5, 6.06066, 3.93934],
"to": [8.5, 8.06066, 4.93934],
"rotation": {"angle": 0, "axis": "y", "origin": [16, 15.06066, -3.06066]},
"faces": {
"north": {"uv": [14, 0, 15, 2], "texture": "#0"},
"east": {"uv": [13, 0, 14, 2], "texture": "#0"},
"south": {"uv": [12, 0, 13, 2], "texture": "#0"},
"west": {"uv": [15, 0, 16, 2], "texture": "#0"},
"up": {"uv": [13, 0, 14, 1], "rotation": 270, "texture": "#0"}
}
},
{
"from": [5, 2.5, 7.5],
"to": [6, 6.5, 8.5],
"rotation": {"angle": 45, "axis": "z", "origin": [5, 5, 8]},
"faces": {
"north": {"uv": [13, 1, 14, 5], "texture": "#0"},
"east": {"uv": [12, 1, 13, 5], "texture": "#0"},
"south": {"uv": [15, 1, 16, 5], "texture": "#0"},
"west": {"uv": [14, 1, 15, 5], "texture": "#0"},
"down": {"uv": [13, 4, 14, 5], "rotation": 180, "texture": "#0"}
}
},
{
"from": [3.93934, 6.06066, 7.5],
"to": [4.93934, 8.06066, 8.5],
"rotation": {"angle": 0, "axis": "y", "origin": [-3.06066, 15.06066, 0]},
"faces": {
"north": {"uv": [13, 0, 14, 2], "texture": "#0"},
"east": {"uv": [12, 0, 13, 2], "texture": "#0"},
"south": {"uv": [15, 0, 16, 2], "texture": "#0"},
"west": {"uv": [14, 0, 15, 2], "texture": "#0"},
"up": {"uv": [13, 0, 14, 1], "rotation": 180, "texture": "#0"}
}
},
{
"from": [7.5, 2.5, 10],
"to": [8.5, 6.5, 11],
"rotation": {"angle": 45, "axis": "x", "origin": [8, 5, 11]},
"faces": {
"north": {"uv": [12, 1, 13, 5], "texture": "#0"},
"east": {"uv": [15, 1, 16, 5], "texture": "#0"},
"south": {"uv": [14, 1, 15, 5], "texture": "#0"},
"west": {"uv": [13, 1, 14, 5], "texture": "#0"},
"down": {"uv": [13, 4, 14, 5], "rotation": 270, "texture": "#0"}
}
},
{
"from": [7.5, 6.06066, 11.06066],
"to": [8.5, 8.06066, 12.06066],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 15.06066, 19.06066]},
"faces": {
"north": {"uv": [12, 0, 13, 2], "texture": "#0"},
"east": {"uv": [15, 0, 16, 2], "texture": "#0"},
"south": {"uv": [14, 0, 15, 2], "texture": "#0"},
"west": {"uv": [13, 0, 14, 2], "texture": "#0"},
"up": {"uv": [13, 0, 14, 1], "rotation": 90, "texture": "#0"}
}
},
{
"name": "connector",
"from": [6.5, 3, 6.5],
"to": [9.5, 4, 9.5],
"rotation": {"angle": 0, "axis": "y", "origin": [14, 11, 17]},
"faces": {
"north": {"uv": [7, 3, 10, 4], "texture": "#0"},
"east": {"uv": [7, 3, 10, 4], "texture": "#0"},
"south": {"uv": [7, 3, 10, 4], "texture": "#0"},
"west": {"uv": [7, 3, 10, 4], "texture": "#0"},
"up": {"uv": [7, 0, 10, 3], "texture": "#0"},
"down": {"uv": [7, 0, 10, 3], "texture": "#0"}
}
},
{
"name": "pillar",
"from": [7, 1, 7],
"to": [9, 3, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [15, 9.5, 15]},
"faces": {
"north": {"uv": [5, 9, 7, 11], "texture": "#0"},
"east": {"uv": [5, 9, 7, 11], "texture": "#0"},
"south": {"uv": [5, 9, 7, 11], "texture": "#0"},
"west": {"uv": [5, 9, 7, 11], "texture": "#0"}
}
},
{
"name": "base",
"from": [6, 0, 6],
"to": [10, 1, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [14, 8, 17]},
"faces": {
"north": {"uv": [4, 11, 8, 12], "texture": "#0"},
"east": {"uv": [4, 11, 8, 12], "texture": "#0"},
"south": {"uv": [4, 11, 8, 12], "texture": "#0"},
"west": {"uv": [4, 11, 8, 12], "texture": "#0"},
"up": {"uv": [0, 8, 4, 12], "texture": "#0"},
"down": {"uv": [0, 12, 4, 16], "texture": "#0", "cullface": "down"}
}
}
],
"display": {
"thirdperson_righthand": {
"translation": [0.25, 3.5, 0]
},
"thirdperson_lefthand": {
"translation": [0.25, 3.5, 0]
},
"firstperson_righthand": {
"translation": [0.25, 3.5, 0]
},
"firstperson_lefthand": {
"translation": [0.25, 3.5, 0]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.75, 0.75, 0.75]
},
"gui": {
"rotation": [30, 225, 0],
"translation": [0, 3, 0]
},
"fixed": {
"translation": [0.25, 3.5, 0]
}
},
"groups": [
{
"name": "dish",
"origin": [13, 8, 8],
"children": [0, 1, 2, 3, 4]
},
{
"name": "arm",
"origin": [19.06066, 16.56066, 16],
"children": [5, 6]
},
{
"name": "arm",
"origin": [19.06066, 16.56066, 16],
"children": [7, 8]
},
{
"name": "arm",
"origin": [19.06066, 16.56066, 16],
"children": [9, 10]
},
{
"name": "arm",
"origin": [19.06066, 16.56066, 16],
"children": [11, 12]
}, 13, 14, 15]
}
@@ -0,0 +1,238 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"particle": "ebwizardry:blocks/wall_receptacle",
"main": "ebwizardry:blocks/wall_receptacle"
},
"elements": [
{
"from": [6, 8.5, 7],
"to": [10, 9.5, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [10, 8.5, 9]},
"faces": {
"north": {"uv": [1, 5, 5, 6], "texture": "#main"},
"east": {"uv": [4, 5, 5, 6], "texture": "#main"},
"south": {"uv": [1, 5, 5, 6], "texture": "#main"},
"west": {"uv": [1, 5, 2, 6], "texture": "#main"},
"up": {"uv": [1, 5, 5, 6], "texture": "#main"},
"down": {"uv": [1, 5, 5, 6], "texture": "#main"}
}
},
{
"from": [6, 7.5, 3],
"to": [10, 8.5, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 5]},
"faces": {
"north": {"uv": [1, 7, 5, 8], "texture": "#main"},
"east": {"uv": [1, 7, 5, 8], "texture": "#main"},
"south": {"uv": [1, 7, 5, 8], "texture": "#main"},
"west": {"uv": [1, 7, 5, 8], "texture": "#main"},
"up": {"uv": [1, 1, 5, 5], "texture": "#main"},
"down": {"uv": [1, 1, 5, 5], "texture": "#main"}
}
},
{
"from": [5, 8.5, 3],
"to": [6, 9.5, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 5]},
"faces": {
"north": {"uv": [0, 1, 1, 2], "texture": "#main"},
"east": {"uv": [0, 1, 1, 5], "rotation": 90, "texture": "#main"},
"south": {"uv": [0, 4, 1, 5], "texture": "#main"},
"west": {"uv": [0, 1, 1, 5], "rotation": 90, "texture": "#main"},
"up": {"uv": [0, 1, 1, 5], "texture": "#main"},
"down": {"uv": [0, 1, 1, 5], "texture": "#main"}
}
},
{
"from": [6, 8.5, 2],
"to": [10, 9.5, 3],
"rotation": {"angle": 0, "axis": "y", "origin": [10, 8.5, 4]},
"faces": {
"north": {"uv": [1, 0, 5, 1], "texture": "#main"},
"east": {"uv": [4, 0, 5, 1], "texture": "#main"},
"south": {"uv": [1, 0, 5, 1], "texture": "#main"},
"west": {"uv": [1, 0, 2, 1], "texture": "#main"},
"up": {"uv": [1, 0, 5, 1], "texture": "#main"},
"down": {"uv": [1, 0, 5, 1], "texture": "#main"}
}
},
{
"from": [10, 8.5, 3],
"to": [11, 9.5, 7],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 8.5, 5]},
"faces": {
"north": {"uv": [5, 1, 6, 2], "texture": "#main"},
"east": {"uv": [5, 1, 6, 5], "rotation": 90, "texture": "#main"},
"south": {"uv": [5, 4, 6, 5], "texture": "#main"},
"west": {"uv": [5, 1, 6, 5], "rotation": 90, "texture": "#main"},
"up": {"uv": [5, 1, 6, 5], "texture": "#main"},
"down": {"uv": [5, 1, 6, 5], "texture": "#main"}
}
},
{
"from": [10, 4.5, 4.5],
"to": [11, 8.5, 5.5],
"rotation": {"angle": -45, "axis": "z", "origin": [11, 7, 5]},
"faces": {
"north": {"uv": [15, 1, 16, 5], "texture": "#main"},
"east": {"uv": [14, 1, 15, 5], "texture": "#main"},
"south": {"uv": [13, 1, 14, 5], "texture": "#main"},
"west": {"uv": [12, 1, 13, 5], "texture": "#main"},
"down": {"uv": [13, 4, 14, 5], "texture": "#main"}
}
},
{
"from": [11.06066, 8.06066, 4.5],
"to": [12.06066, 10.06066, 5.5],
"rotation": {"angle": 0, "axis": "y", "origin": [19.06066, 17.06066, 13]},
"faces": {
"north": {"uv": [15, 0, 16, 2], "texture": "#main"},
"east": {"uv": [14, 0, 15, 2], "texture": "#main"},
"south": {"uv": [13, 0, 14, 2], "texture": "#main"},
"west": {"uv": [12, 0, 13, 2], "texture": "#main"},
"up": {"uv": [13, 0, 14, 1], "texture": "#main"}
}
},
{
"from": [7.5, 4.5, 2],
"to": [8.5, 8.5, 3],
"rotation": {"angle": -45, "axis": "x", "origin": [8, 7, 2]},
"faces": {
"north": {"uv": [14, 1, 15, 5], "texture": "#main"},
"east": {"uv": [13, 1, 14, 5], "texture": "#main"},
"south": {"uv": [12, 1, 13, 5], "texture": "#main"},
"west": {"uv": [15, 1, 16, 5], "texture": "#main"},
"down": {"uv": [13, 4, 14, 5], "rotation": 90, "texture": "#main"}
}
},
{
"from": [7.5, 8.06066, 0.93934],
"to": [8.5, 10.06066, 1.93934],
"rotation": {"angle": 0, "axis": "y", "origin": [16, 17.06066, -6.06066]},
"faces": {
"north": {"uv": [14, 0, 15, 2], "texture": "#main"},
"east": {"uv": [13, 0, 14, 2], "texture": "#main"},
"south": {"uv": [12, 0, 13, 2], "texture": "#main"},
"west": {"uv": [15, 0, 16, 2], "texture": "#main"},
"up": {"uv": [13, 0, 14, 1], "rotation": 270, "texture": "#main"}
}
},
{
"from": [5, 4.5, 4.5],
"to": [6, 8.5, 5.5],
"rotation": {"angle": 45, "axis": "z", "origin": [5, 7, 5]},
"faces": {
"north": {"uv": [13, 1, 14, 5], "texture": "#main"},
"east": {"uv": [12, 1, 13, 5], "texture": "#main"},
"south": {"uv": [15, 1, 16, 5], "texture": "#main"},
"west": {"uv": [14, 1, 15, 5], "texture": "#main"},
"down": {"uv": [13, 4, 14, 5], "rotation": 180, "texture": "#main"}
}
},
{
"from": [3.93934, 8.06066, 4.5],
"to": [4.93934, 10.06066, 5.5],
"rotation": {"angle": 0, "axis": "y", "origin": [-3.06066, 17.06066, -3]},
"faces": {
"north": {"uv": [13, 0, 14, 2], "texture": "#main"},
"east": {"uv": [12, 0, 13, 2], "texture": "#main"},
"south": {"uv": [15, 0, 16, 2], "texture": "#main"},
"west": {"uv": [14, 0, 15, 2], "texture": "#main"},
"up": {"uv": [13, 0, 14, 1], "rotation": 180, "texture": "#main"}
}
},
{
"from": [7.5, 4.5, 7],
"to": [8.5, 8.5, 8],
"rotation": {"angle": 45, "axis": "x", "origin": [8, 7, 8]},
"faces": {
"north": {"uv": [12, 1, 13, 5], "texture": "#main"},
"east": {"uv": [15, 1, 16, 5], "texture": "#main"},
"south": {"uv": [14, 1, 15, 5], "texture": "#main"},
"west": {"uv": [13, 1, 14, 5], "texture": "#main"},
"down": {"uv": [13, 4, 14, 5], "rotation": 270, "texture": "#main"}
}
},
{
"from": [7.5, 8.06066, 8.06066],
"to": [8.5, 10.06066, 9.06066],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 17.06066, 16.06066]},
"faces": {
"north": {"uv": [12, 0, 13, 2], "texture": "#main"},
"east": {"uv": [15, 0, 16, 2], "texture": "#main"},
"south": {"uv": [14, 0, 15, 2], "texture": "#main"},
"west": {"uv": [13, 0, 14, 2], "texture": "#main"},
"up": {"uv": [13, 0, 14, 1], "rotation": 90, "texture": "#main"}
}
},
{
"name": "connector",
"from": [6.5, 5, 3.5],
"to": [9.5, 6, 6.5],
"rotation": {"angle": 0, "axis": "y", "origin": [14, 13, 14]},
"faces": {
"north": {"uv": [7, 3, 10, 4], "texture": "#main"},
"east": {"uv": [7, 3, 10, 4], "texture": "#main"},
"south": {"uv": [7, 3, 10, 4], "texture": "#main"},
"west": {"uv": [7, 3, 10, 4], "texture": "#main"},
"up": {"uv": [7, 0, 10, 3], "texture": "#main"},
"down": {"uv": [7, 0, 10, 3], "texture": "#main"}
}
},
{
"name": "pillar",
"from": [7, 3, 1],
"to": [9, 5, 6],
"rotation": {"angle": 0, "axis": "y", "origin": [15, 11.5, 15]},
"faces": {
"east": {"uv": [10, 10, 5, 12], "texture": "#main"},
"south": {"uv": [10, 10, 12, 12], "texture": "#main"},
"west": {"uv": [5, 10, 10, 12], "texture": "#main"},
"up": {"uv": [10, 10, 5, 12], "rotation": 270, "texture": "#main"},
"down": {"uv": [5, 10, 10, 12], "rotation": 270, "texture": "#main"}
}
},
{
"name": "base",
"from": [6, 2, 0],
"to": [10, 6, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 4.5, 1]},
"faces": {
"north": {"uv": [0, 9, 4, 13], "texture": "#main", "cullface": "north"},
"east": {"uv": [4, 9, 5, 13], "texture": "#main"},
"south": {"uv": [0, 9, 4, 13], "texture": "#main"},
"west": {"uv": [4, 9, 5, 13], "texture": "#main"},
"up": {"uv": [0, 8, 4, 9], "texture": "#main"},
"down": {"uv": [0, 13, 4, 14], "texture": "#main"}
}
}
],
"groups": [
{
"name": "dish",
"origin": [13, 8, 8],
"children": [0, 1, 2, 3, 4]
},
{
"name": "arm",
"origin": [19.06066, 16.56066, 16],
"children": [5, 6]
},
{
"name": "arm",
"origin": [19.06066, 16.56066, 16],
"children": [7, 8]
},
{
"name": "arm",
"origin": [19.06066, 16.56066, 16],
"children": [9, 10]
},
{
"name": "arm",
"origin": [19.06066, 16.56066, 16],
"children": [11, 12]
}, 13, 14, 15]
}
@@ -0,0 +1,3 @@
{
"parent": "ebwizardry:block/receptacle"
}
@@ -3,6 +3,7 @@
"block.pedestal.activate": {"category": "blocks", "sounds": ["mob/evocation_illager/prepare_summon"]},
"block.pedestal.conquer": {"category": "blocks", "sounds": ["ui/toast/challenge_complete"]},
"block.lectern.locate_spell": {"category": "blocks", "sounds": ["ebwizardry:conjure"]},
"block.receptacle.ignite": {"category": "blocks", "sounds": ["mob/evocation_illager/cast1", "mob/evocation_illager/cast2"]},
"item.wand.switch_spell": {"category": "player", "sounds": ["ebwizardry:select"]},
"item.wand.levelup": {"category": "player", "sounds": ["random/levelup"]},
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB