added sulforpad, but not yet spawning on lava lakes (as wished)

This commit is contained in:
Jottyfan
2023-12-02 20:06:55 +01:00
parent 3dcf5e09e4
commit 57a3ebfdc0
17 changed files with 183 additions and 4 deletions

View File

@ -0,0 +1,12 @@
{
"variants": {
"age=0": { "model": "quickiefabric:block/sulforpad0" },
"age=1": { "model": "quickiefabric:block/sulforpad0" },
"age=2": { "model": "quickiefabric:block/sulforpad0" },
"age=3": { "model": "quickiefabric:block/sulforpad0" },
"age=4": { "model": "quickiefabric:block/sulforpad1" },
"age=5": { "model": "quickiefabric:block/sulforpad1" },
"age=6": { "model": "quickiefabric:block/sulforpad1" },
"age=7": { "model": "quickiefabric:block/sulforpad2" }
}
}

View File

@ -79,6 +79,7 @@
"block.quickiefabric.blockstackernorth": "Nordstapler",
"block.quickiefabric.blockstackersouth": "Südstapler",
"block.quickiefabric.blockspreader": "Blockverteiler",
"block.quickiefabric.sulforpad": "Schwefelablagerung",
"container.quickiefabric.backpack": "Rucksack",
"container.quickiefabric.blockstacker": "Blockstapler",
"msg.buildingplan.start": "beginne Konstruktionsaufnahme bei %s,%s,%s",

View File

@ -79,6 +79,7 @@
"block.quickiefabric.blockstackernorth": "north stacker",
"block.quickiefabric.blockstackersouth": "south stacker",
"block.quickiefabric.blockspreader": "block spreader",
"block.quickiefabric.sulforpad": "sulphur deposition",
"container.quickiefabric.backpack": "backpack",
"container.quickiefabric.blockstacker": "block stacker",
"msg.buildingplan.start": "started recording of construction at %s,%s,%s",

View File

@ -0,0 +1,16 @@
{
"ambientocclusion": false,
"textures": {
"particle": "quickiefabric:block/sulforpad0",
"texture": "quickiefabric:block/sulforpad0"
},
"elements": [
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 16 ],
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,16 @@
{
"ambientocclusion": false,
"textures": {
"particle": "quickiefabric:block/sulforpad1",
"texture": "quickiefabric:block/sulforpad1"
},
"elements": [
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 16 ],
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,16 @@
{
"ambientocclusion": false,
"textures": {
"particle": "quickiefabric:block/sulforpad2",
"texture": "quickiefabric:block/sulforpad2"
},
"elements": [
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 16 ],
"faces": {
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/coal",
"textures": {
"layer0": "quickiefabric:item/sulphorpad2"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB