Add files via upload

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-01-15 11:41:28 +00:00 committed by GitHub
parent d6580093df
commit fa7c506236
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"active=false": {
"model": "tfg:block/copper_coil_block"
},
"active=true": {
"model": "tfg:block/copper_coil_block_active"
}
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "tfg:block/casings/coils/machine_coil_copper"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "gtceu:block/cube_2_layer/all",
"textures": {
"bot_all": "tfg:block/casings/coils/machine_coil_copper",
"top_all": "tfg:block/casings/coils/machine_coil_copper_bloom"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "tfg:block/copper_coil_block"
}

View file

@ -0,0 +1,3 @@
{
"parent": "tfg:item/copper_coil_block"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -0,0 +1,5 @@
{
"ldlib": {
"connection": "tfg:block/casings/coils/machine_coil_copper_ctm"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -0,0 +1,9 @@
{
"ldlib": {
"connection": "tfg:block/casings/coils/machine_coil_copper_bloom_ctm",
"emissive": true
},
"gtceu": {
"bloom": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,5 @@
{
"gtceu": {
"bloom": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB