Added Universal Cell
This commit is contained in:
parent
9035f2a21c
commit
e38c800f21
13 changed files with 179 additions and 24 deletions
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"model": "forge:forgebucket",
|
||||
"textures": {
|
||||
"base": "techreborn:items/cell_base",
|
||||
"fluid": "techreborn:items/cell_fluid",
|
||||
"cover": "techreborn:items/cell_cover"
|
||||
},
|
||||
"transform": "forge:default-item",
|
||||
"custom": {
|
||||
"fluid": "water",
|
||||
"flipGas": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "forge:items/bucket_base"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 486 B |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Add table
Add a link
Reference in a new issue