Update textures and models to 1.12
|
@ -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";
|
||||
|
||||
|
|
|
@ -133,7 +133,7 @@ public class BlockFabric extends Block {
|
|||
case ALTERED:
|
||||
case ANCIENT:
|
||||
case ANCIENT_ALTERED:
|
||||
return 1;
|
||||
return 15;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -69,6 +69,6 @@ public class BiomeLimbo extends Biome {
|
|||
|
||||
@Override
|
||||
public float getSpawningChance() {
|
||||
return 0.5F;
|
||||
return 0.1F;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
"textures": {
|
||||
"layer0": "dimdoors:items/helmet_woven_world_thread"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
"textures": {
|
||||
"layer0": "dimdoors:items/leggings_woven_world_thread"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "builtin/generated"
|
||||
"parent": "item/generated"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "builtin/missing"
|
||||
"parent": "item/missing"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Before ![]() (image error) Size: 625 B After ![]() (image error) Size: 429 B ![]() ![]() |
Before ![]() (image error) Size: 540 B After ![]() (image error) Size: 449 B ![]() ![]() |
Before ![]() (image error) Size: 669 B After ![]() (image error) Size: 374 B ![]() ![]() |
Before ![]() (image error) Size: 9.8 KiB After ![]() (image error) Size: 19 KiB ![]() ![]() |
After ![]() (image error) Size: 429 B |
Before ![]() (image error) Size: 613 B After ![]() (image error) Size: 449 B ![]() ![]() |
Before ![]() (image error) Size: 778 B After ![]() (image error) Size: 398 B ![]() ![]() |
Before ![]() (image error) Size: 698 B After ![]() (image error) Size: 401 B ![]() ![]() |
Before ![]() (image error) Size: 189 B After ![]() (image error) Size: 14 KiB ![]() ![]() |
Before ![]() (image error) Size: 2.9 KiB After ![]() (image error) Size: 17 KiB ![]() ![]() |
Before ![]() (image error) Size: 2.8 KiB After ![]() (image error) Size: 17 KiB ![]() ![]() |
Before ![]() (image error) Size: 3.1 KiB After ![]() (image error) Size: 17 KiB ![]() ![]() |
Before ![]() (image error) Size: 3 KiB After ![]() (image error) Size: 18 KiB ![]() ![]() |
Before ![]() (image error) Size: 2.9 KiB After ![]() (image error) Size: 17 KiB ![]() ![]() |
Before ![]() (image error) Size: 194 B After ![]() (image error) Size: 14 KiB ![]() ![]() |