Jadestones textures
|
@ -17,4 +17,4 @@
|
||||||
patchouli_version = 50-FABRIC
|
patchouli_version = 50-FABRIC
|
||||||
fabric_version = 0.32.0+1.16
|
fabric_version = 0.32.0+1.16
|
||||||
canvas_version = 1.0.+
|
canvas_version = 1.0.+
|
||||||
rei_version = 5.10.184
|
rei_version = 5.8.10
|
|
@ -1,11 +1,10 @@
|
||||||
package ru.betterend.blocks;
|
package ru.betterend.blocks;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Collections;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
|
|
||||||
import com.google.common.collect.Lists;
|
import com.google.common.collect.Lists;
|
||||||
|
|
||||||
import net.fabricmc.api.EnvType;
|
import net.fabricmc.api.EnvType;
|
||||||
import net.fabricmc.api.Environment;
|
import net.fabricmc.api.Environment;
|
||||||
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
|
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
|
||||||
|
|
|
@ -20,8 +20,8 @@ import net.minecraft.util.registry.Registry;
|
||||||
import net.minecraft.world.WorldView;
|
import net.minecraft.world.WorldView;
|
||||||
import ru.betterend.blocks.BlockProperties;
|
import ru.betterend.blocks.BlockProperties;
|
||||||
import ru.betterend.blocks.BlockProperties.TripleShape;
|
import ru.betterend.blocks.BlockProperties.TripleShape;
|
||||||
import ru.betterend.patterns.Patterns;
|
|
||||||
import ru.betterend.blocks.EndTerrainBlock;
|
import ru.betterend.blocks.EndTerrainBlock;
|
||||||
|
import ru.betterend.patterns.Patterns;
|
||||||
|
|
||||||
public class TripleTerrainBlock extends EndTerrainBlock {
|
public class TripleTerrainBlock extends EndTerrainBlock {
|
||||||
public static final EnumProperty<TripleShape> SHAPE = BlockProperties.TRIPLE_SHAPE;
|
public static final EnumProperty<TripleShape> SHAPE = BlockProperties.TRIPLE_SHAPE;
|
||||||
|
|
|
@ -42,18 +42,18 @@ import ru.betterend.world.biome.land.AmberLandBiome;
|
||||||
import ru.betterend.world.biome.land.BlossomingSpiresBiome;
|
import ru.betterend.world.biome.land.BlossomingSpiresBiome;
|
||||||
import ru.betterend.world.biome.land.ChorusForestBiome;
|
import ru.betterend.world.biome.land.ChorusForestBiome;
|
||||||
import ru.betterend.world.biome.land.CrystalMountainsBiome;
|
import ru.betterend.world.biome.land.CrystalMountainsBiome;
|
||||||
|
import ru.betterend.world.biome.land.DragonGraveyardsBiome;
|
||||||
|
import ru.betterend.world.biome.land.DryShrublandBiome;
|
||||||
import ru.betterend.world.biome.land.DustWastelandsBiome;
|
import ru.betterend.world.biome.land.DustWastelandsBiome;
|
||||||
|
import ru.betterend.world.biome.land.EndBiome;
|
||||||
import ru.betterend.world.biome.land.FoggyMushroomlandBiome;
|
import ru.betterend.world.biome.land.FoggyMushroomlandBiome;
|
||||||
|
import ru.betterend.world.biome.land.GlowingGrasslandsBiome;
|
||||||
import ru.betterend.world.biome.land.MegalakeBiome;
|
import ru.betterend.world.biome.land.MegalakeBiome;
|
||||||
import ru.betterend.world.biome.land.MegalakeGroveBiome;
|
import ru.betterend.world.biome.land.MegalakeGroveBiome;
|
||||||
import ru.betterend.world.biome.land.PaintedMountainsBiome;
|
import ru.betterend.world.biome.land.PaintedMountainsBiome;
|
||||||
import ru.betterend.world.biome.land.ShadowForestBiome;
|
import ru.betterend.world.biome.land.ShadowForestBiome;
|
||||||
import ru.betterend.world.biome.land.SulphurSpringsBiome;
|
import ru.betterend.world.biome.land.SulphurSpringsBiome;
|
||||||
import ru.betterend.world.biome.land.UmbrellaJungleBiome;
|
import ru.betterend.world.biome.land.UmbrellaJungleBiome;
|
||||||
import ru.betterend.world.biome.land.DragonGraveyardsBiome;
|
|
||||||
import ru.betterend.world.biome.land.DryShrublandBiome;
|
|
||||||
import ru.betterend.world.biome.land.EndBiome;
|
|
||||||
import ru.betterend.world.biome.land.GlowingGrasslandsBiome;
|
|
||||||
import ru.betterend.world.generator.BELayerRandomSource;
|
import ru.betterend.world.generator.BELayerRandomSource;
|
||||||
import ru.betterend.world.generator.BiomePicker;
|
import ru.betterend.world.generator.BiomePicker;
|
||||||
import ru.betterend.world.generator.BiomeType;
|
import ru.betterend.world.generator.BiomeType;
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"defaultMap": {
|
||||||
|
"spriteMap": [
|
||||||
|
{
|
||||||
|
"sprite": "betterend:block/azure_jadestone_furnace_glow",
|
||||||
|
"material": "betterend:glow_all"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"defaultMap": {
|
||||||
|
"spriteMap": [
|
||||||
|
{
|
||||||
|
"sprite": "betterend:block/aurora_crystal",
|
||||||
|
"material": "betterend:glow_all"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"defaultMap": {
|
||||||
|
"spriteMap": [
|
||||||
|
{
|
||||||
|
"sprite": "betterend:block/sandy_jadestone_furnace_glow",
|
||||||
|
"material": "betterend:glow_all"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"defaultMap": {
|
||||||
|
"spriteMap": [
|
||||||
|
{
|
||||||
|
"sprite": "betterend:block/aurora_crystal",
|
||||||
|
"material": "betterend:glow_all"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"defaultMap": {
|
||||||
|
"spriteMap": [
|
||||||
|
{
|
||||||
|
"sprite": "betterend:block/virid_jadestone_furnace_glow",
|
||||||
|
"material": "betterend:glow_all"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"defaultMap": {
|
||||||
|
"spriteMap": [
|
||||||
|
{
|
||||||
|
"sprite": "betterend:block/aurora_crystal",
|
||||||
|
"material": "betterend:glow_all"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 271 B |
After Width: | Height: | Size: 337 B |
After Width: | Height: | Size: 291 B |
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"animation": {
|
||||||
|
"interpolate": true,
|
||||||
|
"frametime": 8,
|
||||||
|
"frames": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
3
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 291 B |
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"animation": {
|
||||||
|
"interpolate": true,
|
||||||
|
"frametime": 8,
|
||||||
|
"frames": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
3
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 196 B |
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 239 B |
After Width: | Height: | Size: 254 B |
After Width: | Height: | Size: 270 B |
After Width: | Height: | Size: 229 B |
Before Width: | Height: | Size: 614 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 251 B |
After Width: | Height: | Size: 294 B |
After Width: | Height: | Size: 291 B |
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"animation": {
|
||||||
|
"interpolate": true,
|
||||||
|
"frametime": 8,
|
||||||
|
"frames": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
3
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 291 B |
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"animation": {
|
||||||
|
"interpolate": true,
|
||||||
|
"frametime": 8,
|
||||||
|
"frames": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
3
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 196 B |
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 239 B |
After Width: | Height: | Size: 254 B |
After Width: | Height: | Size: 270 B |
After Width: | Height: | Size: 229 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 264 B |
After Width: | Height: | Size: 337 B |
After Width: | Height: | Size: 291 B |
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"animation": {
|
||||||
|
"interpolate": true,
|
||||||
|
"frametime": 8,
|
||||||
|
"frames": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
3
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 291 B |
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"animation": {
|
||||||
|
"interpolate": true,
|
||||||
|
"frametime": 8,
|
||||||
|
"frames": [
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
2,
|
||||||
|
3
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 196 B |
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 239 B |
After Width: | Height: | Size: 255 B |
After Width: | Height: | Size: 270 B |
After Width: | Height: | Size: 229 B |