Textures and stuff

This commit is contained in:
Forstride 2020-07-05 06:19:02 -04:00
parent 8651b778d2
commit 435ee8fbb0
17 changed files with 121 additions and 1 deletions

View File

@ -0,0 +1,52 @@
{
"variants": {
"face=ceiling,facing=east": {
"model": "biomesoplenty:block/nether_crystal",
"x": 180
},
"face=ceiling,facing=north": {
"model": "biomesoplenty:block/nether_crystal",
"x": 180
},
"face=ceiling,facing=south": {
"model": "biomesoplenty:block/nether_crystal",
"x": 180
},
"face=ceiling,facing=west": {
"model": "biomesoplenty:block/nether_crystal",
"x": 180
},
"face=floor,facing=east": {
"model": "biomesoplenty:block/nether_crystal"
},
"face=floor,facing=north": {
"model": "biomesoplenty:block/nether_crystal"
},
"face=floor,facing=south": {
"model": "biomesoplenty:block/nether_crystal"
},
"face=floor,facing=west": {
"model": "biomesoplenty:block/nether_crystal"
},
"face=wall,facing=east": {
"model": "biomesoplenty:block/nether_crystal",
"y": 90,
"x": 90
},
"face=wall,facing=north": {
"model": "biomesoplenty:block/nether_crystal",
"x": 90
},
"face=wall,facing=south": {
"model": "biomesoplenty:block/nether_crystal",
"y": 180,
"x": 90
},
"face=wall,facing=west": {
"model": "biomesoplenty:block/nether_crystal",
"y": 270,
"x": 90
},
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "biomesoplenty:block/nether_crystal_block"
}
}
}

View File

@ -226,6 +226,8 @@
"block.biomesoplenty.mud_brick_stairs": "Mud Brick Stairs",
"block.biomesoplenty.mud_brick_wall": "Mud Brick Wall",
"block.biomesoplenty.mud_bricks": "Mud Bricks",
"block.biomesoplenty.nether_crystal": "Nether Crystal",
"block.biomesoplenty.nether_crystal_block": "Nether Crystal Block",
"block.biomesoplenty.orange_autumn_leaves": "Orange Autumn Leaves",
"block.biomesoplenty.orange_autumn_sapling": "Orange Autumn Sapling",
"block.biomesoplenty.orange_cosmos": "Orange Cosmos",

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "biomesoplenty:block/nether_crystal"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "biomesoplenty:block/nether_crystal_block"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "biomesoplenty:block/nether_crystal"
}
}

View File

@ -0,0 +1,3 @@
{
"parent": "biomesoplenty:block/nether_crystal_block"
}

View File

@ -15,4 +15,4 @@ block.10018 = biomesoplenty:origin_leaves biomesoplenty:flowering_oak_leaves bio
block.10106 = biomesoplenty:willow_vine
# Emissive
block.10089 = biomesoplenty:glowshroom biomesoplenty:glowshroom_block
block.10089 = biomesoplenty:glowshroom biomesoplenty:glowshroom_block biomesoplenty:nether_crystal biomesoplenty:nether_crystal_block

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 436 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 B

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 386 B

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "biomesoplenty:nether_crystal"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "biomesoplenty:nether_crystal_block"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}