Add lecterns

This commit is contained in:
Electroblob77
2020-04-08 00:16:12 +01:00
parent 938d0df95c
commit c5b5172481
79 changed files with 1534 additions and 211 deletions
@@ -0,0 +1,14 @@
{
"forge_marker": 1,
"defaults": {
"model": "ebwizardry:acacia_lectern"
},
"variants": {
"facing": {
"north": {},
"east": { "y": 90 },
"south": { "y": 180 },
"west": { "y": 270 }
}
}
}
@@ -0,0 +1,14 @@
{
"forge_marker": 1,
"defaults": {
"model": "ebwizardry:birch_lectern"
},
"variants": {
"facing": {
"north": {},
"east": { "y": 90 },
"south": { "y": 180 },
"west": { "y": 270 }
}
}
}
@@ -0,0 +1,14 @@
{
"forge_marker": 1,
"defaults": {
"model": "ebwizardry:dark_oak_lectern"
},
"variants": {
"facing": {
"north": {},
"east": { "y": 90 },
"south": { "y": 180 },
"west": { "y": 270 }
}
}
}
@@ -0,0 +1,14 @@
{
"forge_marker": 1,
"defaults": {
"model": "ebwizardry:jungle_lectern"
},
"variants": {
"facing": {
"north": {},
"east": { "y": 90 },
"south": { "y": 180 },
"west": { "y": 270 }
}
}
}
@@ -0,0 +1,14 @@
{
"forge_marker": 1,
"defaults": {
"model": "ebwizardry:oak_lectern"
},
"variants": {
"facing": {
"north": {},
"east": { "y": 90 },
"south": { "y": 180 },
"west": { "y": 270 }
}
}
}
@@ -0,0 +1,14 @@
{
"forge_marker": 1,
"defaults": {
"model": "ebwizardry:spruce_lectern"
},
"variants": {
"facing": {
"north": {},
"east": { "y": 90 },
"south": { "y": 180 },
"west": { "y": 270 }
}
}
}
@@ -40,6 +40,13 @@ tile.ebwizardry\:jungle_bookshelf.name=Jungle Bookshelf
tile.ebwizardry\:acacia_bookshelf.name=Acacia Bookshelf
tile.ebwizardry\:dark_oak_bookshelf.name=Dark Oak Bookshelf
tile.ebwizardry\:oak_lectern.name=Oak Lectern
tile.ebwizardry\:spruce_lectern.name=Spruce Lectern
tile.ebwizardry\:birch_lectern.name=Birch Lectern
tile.ebwizardry\:jungle_lectern.name=Jungle Lectern
tile.ebwizardry\:acacia_lectern.name=Acacia Lectern
tile.ebwizardry\:dark_oak_lectern.name=Dark Oak Lectern
item.ebwizardry\:crystal_magic.name=Magic Crystal
item.ebwizardry\:crystal_fire.name=Fiery Crystal
item.ebwizardry\:crystal_ice.name=Icy Crystal
@@ -519,6 +526,8 @@ gui.ebwizardry\:spell_book.mana_cost=Mana Cost: %s
gui.ebwizardry\:spell_book.mana_cost_continuous=Mana Cost: %s/second
gui.ebwizardry\:spell_book.mana_cost_undiscovered=Mana Cost: ?
gui.ebwizardry\:lectern.title=Spell Lookup
container.ebwizardry\:arcane_workbench=Arcane Workbench
container.ebwizardry\:arcane_workbench.apply=Apply
container.ebwizardry\:arcane_workbench.mana=Mana\:
@@ -40,6 +40,13 @@ tile.ebwizardry\:jungle_bookshelf.name=Jungle Bookshelf
tile.ebwizardry\:acacia_bookshelf.name=Acacia Bookshelf
tile.ebwizardry\:dark_oak_bookshelf.name=Dark Oak Bookshelf
tile.ebwizardry\:oak_lectern.name=Oak Lectern
tile.ebwizardry\:spruce_lectern.name=Spruce Lectern
tile.ebwizardry\:birch_lectern.name=Birch Lectern
tile.ebwizardry\:jungle_lectern.name=Jungle Lectern
tile.ebwizardry\:acacia_lectern.name=Acacia Lectern
tile.ebwizardry\:dark_oak_lectern.name=Dark Oak Lectern
item.ebwizardry\:crystal_magic.name=Magic Crystal
item.ebwizardry\:crystal_fire.name=Fiery Crystal
item.ebwizardry\:crystal_ice.name=Icy Crystal
@@ -519,6 +526,8 @@ gui.ebwizardry\:spell_book.mana_cost=Mana Cost: %s
gui.ebwizardry\:spell_book.mana_cost_continuous=Mana Cost: %s/second
gui.ebwizardry\:spell_book.mana_cost_undiscovered=Mana Cost: ?
gui.ebwizardry\:lectern.title=Spell Lookup
container.ebwizardry\:arcane_workbench=Arcane Workbench
container.ebwizardry\:arcane_workbench.apply=Apply
container.ebwizardry\:arcane_workbench.mana=Mana\:
@@ -0,0 +1,10 @@
{
"parent": "ebwizardry:block/lectern",
"textures": {
"particle": "ebwizardry:blocks/acacia_lectern_top",
"base": "ebwizardry:blocks/acacia_lectern_base",
"side": "ebwizardry:blocks/acacia_lectern_side",
"top": "ebwizardry:blocks/acacia_lectern_top",
"underside": "ebwizardry:blocks/acacia_lectern_underside"
}
}
@@ -0,0 +1,10 @@
{
"parent": "ebwizardry:block/lectern",
"textures": {
"particle": "ebwizardry:blocks/birch_lectern_top",
"base": "ebwizardry:blocks/birch_lectern_base",
"side": "ebwizardry:blocks/birch_lectern_side",
"top": "ebwizardry:blocks/birch_lectern_top",
"underside": "ebwizardry:blocks/birch_lectern_underside"
}
}
@@ -0,0 +1,10 @@
{
"parent": "ebwizardry:block/lectern",
"textures": {
"particle": "ebwizardry:blocks/dark_oak_lectern_top",
"base": "ebwizardry:blocks/dark_oak_lectern_base",
"side": "ebwizardry:blocks/dark_oak_lectern_side",
"top": "ebwizardry:blocks/dark_oak_lectern_top",
"underside": "ebwizardry:blocks/dark_oak_lectern_underside"
}
}
@@ -0,0 +1,10 @@
{
"parent": "ebwizardry:block/lectern",
"textures": {
"particle": "ebwizardry:blocks/jungle_lectern_top",
"base": "ebwizardry:blocks/jungle_lectern_base",
"side": "ebwizardry:blocks/jungle_lectern_side",
"top": "ebwizardry:blocks/jungle_lectern_top",
"underside": "ebwizardry:blocks/jungle_lectern_underside"
}
}
@@ -0,0 +1,116 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"elements": [
{
"from": [2, 0, 2],
"to": [14, 1, 14],
"faces": {
"north": {"uv": [2, 15, 14, 16], "texture": "#side"},
"east": {"uv": [2, 15, 14, 16], "texture": "#side"},
"south": {"uv": [2, 15, 14, 16], "texture": "#side"},
"west": {"uv": [2, 15, 14, 16], "texture": "#side"},
"up": {"uv": [2, 2, 14, 14], "texture": "#base"},
"down": {"uv": [2, 1, 14, 13], "texture": "#underside", "cullface": "down"}
}
},
{
"from": [3, 1, 3],
"to": [13, 2, 13],
"faces": {
"north": {"uv": [3, 14, 13, 15], "texture": "#side"},
"east": {"uv": [3, 14, 13, 15], "texture": "#side"},
"south": {"uv": [3, 14, 13, 15], "texture": "#side"},
"west": {"uv": [3, 14, 13, 15], "texture": "#side"},
"up": {"uv": [3, 3, 13, 13], "texture": "#base"}
}
},
{
"from": [4, 13, 4],
"to": [12, 15, 12],
"faces": {
"north": {"uv": [4, 1, 12, 3], "texture": "#side"},
"east": {"uv": [4, 1, 12, 3], "texture": "#side"},
"south": {"uv": [4, 1, 12, 3], "texture": "#side"},
"west": {"uv": [4, 1, 12, 3], "texture": "#side"},
"down": {"uv": [4, 3, 12, 11], "texture": "#underside"}
}
},
{
"from": [5, 2, 5],
"to": [11, 13, 11],
"faces": {
"north": {"uv": [5, 3, 11, 14], "texture": "#side"},
"east": {"uv": [5, 3, 11, 14], "texture": "#side"},
"south": {"uv": [5, 3, 11, 14], "texture": "#side"},
"west": {"uv": [5, 3, 11, 14], "texture": "#side"}
}
},
{
"from": [0, 14.07612, 3.61732],
"to": [16, 16.07612, 17.61732],
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#top"},
"east": {"uv": [1, 14, 15, 16], "texture": "#underside"},
"south": {"uv": [0, 14, 16, 16], "texture": "#top"},
"west": {"uv": [1, 14, 15, 16], "texture": "#underside"},
"up": {"uv": [0, 0, 16, 14], "rotation": 180, "texture": "#top"},
"down": {"uv": [0, 0, 16, 14], "texture": "#underside"}
}
},
{
"from": [1, 16.07612, 3.61732],
"to": [15, 17.07612, 4.61732],
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [1, 13, 15, 14], "texture": "#top"},
"east": {"uv": [1, 13, 2, 14], "texture": "#top"},
"south": {"uv": [1, 13, 15, 14], "rotation": 180, "texture": "#top"},
"west": {"uv": [14, 13, 15, 14], "texture": "#top"},
"up": {"uv": [1, 13, 15, 14], "rotation": 180, "texture": "#top"}
}
},
{
"from": [4, 15, 9],
"to": [12, 17, 12],
"faces": {
"east": {"uv": [9, 0, 12, 2], "rotation": 180, "texture": "#side"},
"south": {"uv": [4, 0, 12, 2], "rotation": 180, "texture": "#side"},
"west": {"uv": [4, 0, 7, 2], "rotation": 180, "texture": "#side"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 45, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 225, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, 225, 0],
"translation": [0, -1, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
}
@@ -0,0 +1,10 @@
{
"parent": "ebwizardry:block/lectern",
"textures": {
"particle": "ebwizardry:blocks/oak_lectern_top",
"base": "ebwizardry:blocks/oak_lectern_base",
"side": "ebwizardry:blocks/oak_lectern_side",
"top": "ebwizardry:blocks/oak_lectern_top",
"underside": "ebwizardry:blocks/oak_lectern_underside"
}
}
@@ -0,0 +1,10 @@
{
"parent": "ebwizardry:block/lectern",
"textures": {
"particle": "ebwizardry:blocks/spruce_lectern_top",
"base": "ebwizardry:blocks/spruce_lectern_base",
"side": "ebwizardry:blocks/spruce_lectern_side",
"top": "ebwizardry:blocks/spruce_lectern_top",
"underside": "ebwizardry:blocks/spruce_lectern_underside"
}
}
@@ -0,0 +1,3 @@
{
"parent": "ebwizardry:block/acacia_lectern"
}
@@ -0,0 +1,3 @@
{
"parent": "ebwizardry:block/birch_lectern"
}
@@ -0,0 +1,3 @@
{
"parent": "ebwizardry:block/dark_oak_lectern"
}
@@ -0,0 +1,3 @@
{
"parent": "ebwizardry:block/jungle_lectern"
}
@@ -0,0 +1,3 @@
{
"parent": "ebwizardry:block/oak_lectern"
}
@@ -0,0 +1,3 @@
{
"parent": "ebwizardry:block/spruce_lectern"
}
@@ -12,7 +12,7 @@
},
"tier": "advanced",
"element": "healing",
"type": "attack",
"type": "alteration",
"cost": 30,
"chargeup": 0,
"cooldown": 50,
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB