Update textures and models to 1.12

This commit is contained in:
Runemoro 2018-01-11 04:08:04 -05:00
parent 08a8123b2e
commit a9a780c64c
43 changed files with 66 additions and 222 deletions

View file

@ -11,7 +11,7 @@ import net.minecraft.block.state.IBlockState;
import net.minecraft.item.Item;
import net.minecraft.util.ResourceLocation;
public class BlockDimensionalDoorUnstable extends BlockDimensionalDoor {
public class BlockDimensionalDoorUnstable extends BlockDimensionalDoor { // TODO: different entrance color
public static final String ID = "unstable_dimensional_door";

View file

@ -133,7 +133,7 @@ public class BlockFabric extends Block {
case ALTERED:
case ANCIENT:
case ANCIENT_ALTERED:
return 1;
return 15;
default:
return 0;
}

View file

@ -69,6 +69,6 @@ public class BiomeLimbo extends Biome {
@Override
public float getSpawningChance() {
return 0.5F;
return 0.1F;
}
}

View file

@ -36,10 +36,10 @@ public class WorldProviderLimbo extends WorldProvider {
@Override
protected void generateLightBrightnessTable() {
// Brightness decreases with light level in limbo
for (int i = 0; i <= 15; ++i) {
//float var3 = 1.0F - i / 15.0F;
//lightBrightnessTable[i] = (0.0F + var3) / (var3 * 3.0F + 1.0F) * 1.0F * 3;
lightBrightnessTable[i] = 1;
float f1 = 1.0F - i / 15.0F;
lightBrightnessTable[i] = f1 / (f1 * 3.0F + 1.0F) * 1.0F * 3;
}
}
@ -109,4 +109,10 @@ public class WorldProviderLimbo extends WorldProvider {
public Vec3d getFogColor(float celestialAngle, float partialTicks) {
return new Vec3d(.2, .2, .2);
}
@Override
@SideOnly(Side.CLIENT)
public boolean doesXZShowFog(int x, int z) {
return true;
}
}

View file

@ -1,7 +1,7 @@
{
"parent": "block/door_bottom",
"textures": {
"bottom": "blocks/door_iron_lower",
"bottom": "dimdoors:blocks/unstable_dimensional_door_lower",
"top": "dimdoors:blocks/unstable_dimensional_door_upper"
}
}

View file

@ -1,7 +1,7 @@
{
"parent": "block/door_bottom_rh",
"textures": {
"bottom": "blocks/door_iron_lower",
"bottom": "dimdoors:blocks/unstable_dimensional_door_lower",
"top": "dimdoors:blocks/unstable_dimensional_door_upper"
}
}

View file

@ -1,7 +1,7 @@
{
"parent": "block/door_top",
"textures": {
"bottom": "blocks/door_iron_lower",
"bottom": "dimdoors:blocks/unstable_dimensional_door_lower",
"top": "dimdoors:blocks/unstable_dimensional_door_upper"
}
}

View file

@ -1,7 +1,7 @@
{
"parent": "block/door_top_rh",
"textures": {
"bottom": "blocks/door_iron_lower",
"bottom": "dimdoors:blocks/unstable_dimensional_door_lower",
"top": "dimdoors:blocks/unstable_dimensional_door_upper"
}
}

View file

@ -1,18 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "dimdoors:items/dimensional_door"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
"parent": "item/generated",
"textures": {
"layer0": "dimdoors:items/dimensional_door"
}
}

View file

@ -1,10 +1,3 @@
{
"parent": "dimdoors:block/fabric_altered",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
"parent": "dimdoors:block/fabric_altered"
}

View file

@ -1,10 +1,3 @@
{
"parent": "dimdoors:block/fabric_ancient",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
"parent": "dimdoors:block/fabric_ancient"
}

View file

@ -1,10 +1,3 @@
{
"parent": "dimdoors:block/fabric_ancient_altered",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
"parent": "dimdoors:block/fabric_ancient_altered"
}

View file

@ -1,10 +1,3 @@
{
"parent": "dimdoors:block/fabric_eternal",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
"parent": "dimdoors:block/fabric_eternal"
}

View file

@ -1,10 +1,3 @@
{
"parent": "dimdoors:block/fabric_reality",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
"parent": "dimdoors:block/fabric_reality"
}

View file

@ -1,10 +1,3 @@
{
"parent": "dimdoors:block/fabric_unraveled",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
"parent": "dimdoors:block/fabric_unraveled"
}

View file

@ -1,18 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "dimdoors:items/gold_dimensional_door"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
"parent": "item/generated",
"textures": {
"layer0": "dimdoors:items/gold_dimensional_door"
}
}

View file

@ -1,18 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "dimdoors:items/gold_door"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
"parent": "item/generated",
"textures": {
"layer0": "dimdoors:items/gold_door"
}
}

View file

@ -3,4 +3,4 @@
"textures": {
"layer0": "dimdoors:items/helmet_woven_world_thread"
}
}
}

View file

@ -3,4 +3,4 @@
"textures": {
"layer0": "dimdoors:items/leggings_woven_world_thread"
}
}
}

View file

@ -1,18 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "dimdoors:items/quartz_dimensional_door"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
"parent": "item/generated",
"textures": {
"layer0": "dimdoors:items/quartz_dimensional_door"
}
}

View file

@ -1,18 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "dimdoors:items/quartz_door"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
"parent": "item/generated",
"textures": {
"layer0": "dimdoors:items/quartz_door"
}
}

View file

@ -1,3 +1,3 @@
{
"parent": "builtin/generated"
"parent": "item/generated"
}

View file

@ -1,18 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "dimdoors:items/rift_configuration_tool"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
"parent": "item/generated",
"textures": {
"layer0": "dimdoors:items/rift_configuration_tool"
}
}

View file

@ -1,18 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "dimdoors:items/stable_fabric"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
"parent": "item/generated",
"textures": {
"layer0": "dimdoors:items/stable_fabric"
}
}

View file

@ -1,3 +1,3 @@
{
"parent": "builtin/missing"
"parent": "item/missing"
}

View file

@ -1,18 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "dimdoors:items/unstable_dimensional_door"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
"parent": "item/generated",
"textures": {
"layer0": "dimdoors:items/unstable_dimensional_door"
}
}

View file

@ -1,18 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "dimdoors:items/warp_dimensional_door"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
"parent": "item/generated",
"textures": {
"layer0": "dimdoors:items/warp_dimensional_door"
}
}

View file

@ -1,18 +1,6 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "dimdoors:items/world_thread"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
"parent": "item/generated",
"textures": {
"layer0": "dimdoors:items/world_thread"
}
}

Binary file not shown.

Before

(image error) Size: 625 B

After

(image error) Size: 429 B

Binary file not shown.

Before

(image error) Size: 540 B

After

(image error) Size: 449 B

Binary file not shown.

Before

(image error) Size: 669 B

After

(image error) Size: 374 B

Binary file not shown.

Before

(image error) Size: 9.8 KiB

After

(image error) Size: 19 KiB

Binary file not shown.

After

(image error) Size: 429 B

Binary file not shown.

Before

(image error) Size: 613 B

After

(image error) Size: 449 B

Binary file not shown.

Before

(image error) Size: 778 B

After

(image error) Size: 398 B

Binary file not shown.

Before

(image error) Size: 698 B

After

(image error) Size: 401 B

Binary file not shown.

Before

(image error) Size: 189 B

After

(image error) Size: 14 KiB

Binary file not shown.

Before

(image error) Size: 2.9 KiB

After

(image error) Size: 17 KiB

Binary file not shown.

Before

(image error) Size: 2.8 KiB

After

(image error) Size: 17 KiB

Binary file not shown.

Before

(image error) Size: 3.1 KiB

After

(image error) Size: 17 KiB

Binary file not shown.

Before

(image error) Size: 3 KiB

After

(image error) Size: 18 KiB

Binary file not shown.

Before

(image error) Size: 2.9 KiB

After

(image error) Size: 17 KiB

Binary file not shown.

Before

(image error) Size: 194 B

After

(image error) Size: 14 KiB