Glowing grasslands update

This commit is contained in:
paulevsGitch 2021-01-20 18:08:36 +03:00
parent 31163e7658
commit 77c56433cc
57 changed files with 382 additions and 107 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/blooming_cooksonia_01" },
{ "model": "betterend:block/blooming_cooksonia_02" },
{ "model": "betterend:block/blooming_cooksonia_03" },
{ "model": "betterend:block/blooming_cooksonia_04" }
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/fracturn_01" },
{ "model": "betterend:block/fracturn_02" },
{ "model": "betterend:block/fracturn_03" },
{ "model": "betterend:block/fracturn_04" }
]
}
}

View file

@ -1,8 +1,9 @@
{
"variants": {
"shape=light1": { "model": "betterend:block/lumecorn_light_1" },
"shape=light2": { "model": "betterend:block/lumecorn_light_2" },
"shape=light3": { "model": "betterend:block/lumecorn_light_3" },
"shape=light_bottom": { "model": "betterend:block/lumecorn_light_bottom" },
"shape=light_middle": { "model": "betterend:block/lumecorn_light_middle" },
"shape=light_top_middle": { "model": "betterend:block/lumecorn_light_top_middle" },
"shape=light_top": { "model": "betterend:block/lumecorn_light_top" },
"shape=middle": { "model": "betterend:block/lumecorn_middle" },
"shape=bottom_big": { "model": "betterend:block/lumecorn_roots_big" },
"shape=bottom_small": { "model": "betterend:block/lumecorn_roots_small" }

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/salteago_01" },
{ "model": "betterend:block/salteago_02" },
{ "model": "betterend:block/salteago_03" },
{ "model": "betterend:block/salteago_04" }
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/vaiolush_fern_01" },
{ "model": "betterend:block/vaiolush_fern_02" },
{ "model": "betterend:block/vaiolush_fern_03" },
{ "model": "betterend:block/vaiolush_fern_04" }
]
}
}

View file

@ -564,5 +564,15 @@
"item.betterend.blossom_berry": "Blossom Berry",
"biome.betterend.nightshade_redwoods": "Nightshade Redwoods",
"block.betterend.nightshade_moss": "Nightshade Moss"
"block.betterend.nightshade_moss": "Nightshade Moss",
"biome.betterend.glowing_grasslands": "Glowing Grasslands",
"block.betterend.blooming_cooksonia": "Blooming Cooksonia",
"block.betterend.fracturn": "Fracturn",
"block.betterend.lumecorn": "Lumecorn",
"block.betterend.salteago": "Salteago",
"block.betterend.vaiolush_fern": "Vaiolush Fern",
"entity.betterend.silk_moth": "Silk Moth",
"item.betterend.silk_fiber": "Silk Fiber",
"item.betterend.spawn_egg_silk_moth": "Silk Moth Spawn Egg"
}

View file

@ -566,5 +566,15 @@
"item.betterend.blossom_berry": "Цветущая ягода",
"biome.betterend.nightshade_redwoods": "Теневой Секвойник",
"block.betterend.nightshade_moss": "Теневой мох"
"block.betterend.nightshade_moss": "Теневой мох",
"biome.betterend.glowing_grasslands": "Светящиеся луга",
"block.betterend.blooming_cooksonia": "Цветущая куксония",
"block.betterend.fracturn": "Фрактюрн",
"block.betterend.lumecorn": "Люмекорн",
"block.betterend.salteago": "Сальтеаго",
"block.betterend.vaiolush_fern": "Пышнопёрый папоротник",
"entity.betterend.silk_moth": "Шелковичная моль",
"item.betterend.silk_fiber": "Шёлковое волокно",
"item.betterend.spawn_egg_silk_moth": "Яйцо призыва шелковичной моли"
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:waving_floor_glow_50"
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:waving_floor_glow_50"
}

View file

@ -2,7 +2,19 @@
"defaultMap": {
"spriteMap": [
{
"sprite": "betterend:block/lumecorn_light_1",
"sprite": "betterend:block/lumecorn_light_bottom",
"material": "betterend:glow_inc"
},
{
"sprite": "betterend:block/lumecorn_light_middle",
"material": "betterend:glow_inc"
},
{
"sprite": "betterend:block/lumecorn_light_top_middle",
"material": "betterend:glow_inc"
},
{
"sprite": "betterend:block/lumecorn_light_top",
"material": "betterend:glow_inc"
},
{

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:waving_floor"
}

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:waving_floor"
}

View file

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

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block",
"textures": {
"texture": "betterend:block/blooming_cooksonia"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_inverted",
"textures": {
"cross": "betterend:block/blooming_cooksonia"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block_inverted",
"textures": {
"texture": "betterend:block/blooming_cooksonia"
}
}

View file

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

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block",
"textures": {
"texture": "betterend:block/fracturn"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_inverted",
"textures": {
"cross": "betterend:block/fracturn"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block_inverted",
"textures": {
"texture": "betterend:block/fracturn"
}
}

View file

@ -1,22 +0,0 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/lumecorn_light_1",
"texture": "betterend:block/lumecorn_light_1"
},
"elements": [
{
"__comment": "Box1",
"from": [ 5, 0, 5 ],
"to": [ 11, 16, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 11, 11 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 5, 5, 11, 11 ], "texture": "#texture", "cullface": "up" },
"north": { "uv": [ 5, 0, 11, 16 ], "texture": "#texture" },
"south": { "uv": [ 5, 0, 11, 16 ], "texture": "#texture" },
"west": { "uv": [ 5, 0, 11, 16 ], "texture": "#texture" },
"east": { "uv": [ 5, 0, 11, 16 ], "texture": "#texture" }
}
}
]
}

View file

@ -1,22 +0,0 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/lumecorn_light_1",
"texture": "betterend:block/lumecorn_light_1"
},
"elements": [
{
"__comment": "Box1",
"from": [ 6, 0, 6 ],
"to": [ 10, 16, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "up" },
"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
"west": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
"east": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }
}
}
]
}

View file

@ -1,22 +0,0 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "betterend:block/lumecorn_light_1",
"texture": "betterend:block/lumecorn_light_1"
},
"elements": [
{
"__comment": "Box1",
"from": [ 7, 0, 7 ],
"to": [ 9, 16, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#texture", "cullface": "up" },
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
"west": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
"east": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }
}
}
]
}

View file

@ -0,0 +1,31 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"texture": "betterend:block/lumecorn_light_bottom",
"particle": "#texture"
},
"elements": [
{
"__comment": "PlaneX2",
"from": [ 0, 0, 0 ],
"to": [ 0.001, 16, 22.5 ],
"rotation": { "origin": [ 0, 0, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX2",
"from": [ 16, 0, 0 ],
"to": [ 16.001, 16, 22.5 ],
"rotation": { "origin": [ 16, 0, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}

View file

@ -0,0 +1,31 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"texture": "betterend:block/lumecorn_light_middle",
"particle": "#texture"
},
"elements": [
{
"__comment": "PlaneX2",
"from": [ 0, 0, 0 ],
"to": [ 0.001, 16, 22.5 ],
"rotation": { "origin": [ 0, 0, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX2",
"from": [ 16, 0, 0 ],
"to": [ 16.001, 16, 22.5 ],
"rotation": { "origin": [ 16, 0, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}

View file

@ -0,0 +1,31 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"texture": "betterend:block/lumecorn_light_top",
"particle": "#texture"
},
"elements": [
{
"__comment": "PlaneX2",
"from": [ 0, 0, 0 ],
"to": [ 0.001, 16, 22.5 ],
"rotation": { "origin": [ 0, 0, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX2",
"from": [ 16, 0, 0 ],
"to": [ 16.001, 16, 22.5 ],
"rotation": { "origin": [ 16, 0, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}

View file

@ -0,0 +1,31 @@
{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"textures": {
"texture": "betterend:block/lumecorn_light_top_middle",
"particle": "#texture"
},
"elements": [
{
"__comment": "PlaneX2",
"from": [ 0, 0, 0 ],
"to": [ 0.001, 16, 22.5 ],
"rotation": { "origin": [ 0, 0, 0 ], "axis": "y", "angle": 45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
},
{
"__comment": "PlaneX2",
"from": [ 16, 0, 0 ],
"to": [ 16.001, 16, 22.5 ],
"rotation": { "origin": [ 16, 0, 0 ], "axis": "y", "angle": -45 },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}

View file

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

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block",
"textures": {
"texture": "betterend:block/salteago"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_inverted",
"textures": {
"cross": "betterend:block/salteago"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block_inverted",
"textures": {
"texture": "betterend:block/salteago"
}
}

View file

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

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block",
"textures": {
"texture": "betterend:block/vaiolush_fern"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/cross_inverted",
"textures": {
"cross": "betterend:block/vaiolush_fern"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "betterend:block/crop_block_inverted",
"textures": {
"texture": "betterend:block/vaiolush_fern"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:block/blooming_cooksonia"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:block/fracturn"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:block/salteago"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "betterend:block/vaiolush_fern"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB