Custom Model Loader

This commit is contained in:
Sebastian Hartte
2020-06-01 04:02:37 +02:00
parent 077ff17078
commit 5cdeff01be
202 changed files with 942 additions and 1017 deletions
@@ -10,7 +10,7 @@
"description": {
"translate": "achievement.ae2.Root.desc"
},
"background": "appliedenergistics2:textures/blocks/sky_stone_brick.png",
"background": "appliedenergistics2:textures/block/sky_stone_brick.png",
"show_toast": false,
"announce_to_chat": false
},
@@ -1,20 +1,7 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"all": "appliedenergistics2:blocks/charged_quartz_ore"
}
},
"variants": {
"": [
{
"model": "appliedenergistics2:block/charged_quartz_ore"
}
],
"inventory": [
{
"model": "cube_all"
}
]
"": {
"model": "appliedenergistics2:block/charged_quartz_ore"
}
}
}
@@ -1,7 +1,7 @@
{
"variants": {
"": {
"model": "appliedenergistics2:block/block/quartz_ore"
"model": "appliedenergistics2:block/quartz_ore"
}
}
}
@@ -0,0 +1,3 @@
{
"loader": "appliedenergistics2:glass"
}
@@ -2,7 +2,7 @@
"ae2_uvl_marker": true,
"parent": "block/block",
"textures": {
"block": "blocks/stone",
"block": "block/stone",
"quartz": "appliedenergistics2:block/charged_quartz_ore_light",
"particle": "appliedenergistics2:block/charged_quartz_ore"
},
@@ -71,9 +71,9 @@
}
],
"textures": {
"particle": "blocks/tnt_side",
"side": "blocks/tnt_side",
"top": "blocks/tnt_top",
"bottom": "blocks/tnt_bottom"
"particle": "block/tnt_side",
"side": "block/tnt_side",
"top": "block/tnt_top",
"bottom": "block/tnt_bottom"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:item/part/p2p_tunnel",
"textures": {
"type": "minecraft:blocks/gold_block"
"type": "block/gold_block"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:item/part/p2p_tunnel",
"textures": {
"type": "blocks/lapis_block"
"type": "block/lapis_block"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:item/part/p2p_tunnel",
"textures": {
"type": "minecraft:blocks/diamond_block"
"type": "block/diamond_block"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:item/part/p2p_tunnel",
"textures": {
"type": "blocks/hopper_outside"
"type": "block/hopper_outside"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:item/part/p2p_tunnel",
"textures": {
"type": "blocks/quartz_block_top"
"type": "block/quartz_block_top"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:item/part/p2p_tunnel",
"textures": {
"type": "blocks/redstone_block"
"type": "block/redstone_block"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "minecraft:blocks/gold_block"
"type": "block/gold_block"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "blocks/lapis_block"
"type": "block/lapis_block"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "minecraft:blocks/diamond_block"
"type": "minecraft:block/diamond_block"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "blocks/hopper_outside"
"type": "block/hopper_outside"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "blocks/quartz_block_top"
"type": "block/quartz_block_top"
}
}
@@ -1,6 +1,6 @@
{
"parent": "appliedenergistics2:part/p2p/p2p_tunnel_base",
"textures": {
"type": "blocks/redstone_block"
"type": "block/redstone_block"
}
}