Lumecorn seed & rod
This commit is contained in:
parent
302db402c1
commit
7e9d809814
23 changed files with 162 additions and 18 deletions
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"age=0": { "model": "betterend:block/lumecorn_seed_0" },
|
||||
"age=1": { "model": "betterend:block/lumecorn_seed_1" },
|
||||
"age=2": { "model": "betterend:block/lumecorn_seed_2" },
|
||||
"age=3": { "model": "betterend:block/lumecorn_seed_3" }
|
||||
}
|
||||
}
|
|
@ -589,5 +589,8 @@
|
|||
"block.betterend.thallasium_door": "Thallasium Door",
|
||||
"block.betterend.thallasium_plate": "Thallasium Pressure Plate",
|
||||
"block.betterend.thallasium_tile": "Thallasium Tile",
|
||||
"block.betterend.thallasium_trapdoor": "Thallasium Trapdoor"
|
||||
"block.betterend.thallasium_trapdoor": "Thallasium Trapdoor",
|
||||
|
||||
"block.betterend.lumecorn_seed": "Lumecorn Seed",
|
||||
"item.betterend.lumecorn_rod": "Lumecorn Rod"
|
||||
}
|
||||
|
|
|
@ -591,5 +591,8 @@
|
|||
"block.betterend.thallasium_door": "Талласиевая дверь",
|
||||
"block.betterend.thallasium_plate": "Талласиевая нажимная плита",
|
||||
"block.betterend.thallasium_tile": "Талласиевая плитка",
|
||||
"block.betterend.thallasium_trapdoor": "Талласиевый люк"
|
||||
"block.betterend.thallasium_trapdoor": "Талласиевый люк",
|
||||
|
||||
"block.betterend.lumecorn_seed": "Семя люмекорна",
|
||||
"item.betterend.lumecorn_rod": "Стержень люмекорна"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"intensity": 0.5,
|
||||
"red": 0.0,
|
||||
"green": 0.0,
|
||||
"blue": 1.0,
|
||||
"worksInFluid": true
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"intensity": 0.5,
|
||||
"red": 1.0,
|
||||
"green": 0.5,
|
||||
"blue": 0.0,
|
||||
"worksInFluid": true
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"intensity": 0.5,
|
||||
"red": 0.5,
|
||||
"green": 1.0,
|
||||
"blue": 0.0,
|
||||
"worksInFluid": true
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:waving_floor_glow_50"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"defaultMaterial": "betterend:glow_50"
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/lumecorn_0"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/lumecorn_1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/lumecorn_2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "betterend:block/cross_no_distortion",
|
||||
"textures": {
|
||||
"texture": "betterend:block/lumecorn_3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "betterend:item/lumecorn_seed"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 378 B |
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue