Skip to content

Commit

Permalink
implement emissive textures
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Nov 21, 2023
1 parent 9036ed0 commit bd06b54
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ctm": {
"ctm_version": 1,
"type": "CTM",
"layer": "BLOOM",
"gregtech": true,
"textures": [
"gregtech:blocks/casings/quantum/controller_active_emissive"
]
},
"animation":{
"frametime":4
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ctm": {
"ctm_version": 1,
"type": "CTM",
"layer": "BLOOM",
"gregtech": true,
"textures": [
"gregtech:blocks/casings/quantum/extender_active_emissive"
]
},
"animation":{
"frametime":4
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ctm": {
"ctm_version": 1,
"type": "CTM",
"layer": "BLOOM",
"gregtech": true,
"textures": [
"gregtech:blocks/casings/quantum/proxy_active_emissive"
]
},
"animation":{
"frametime":4
}
}

0 comments on commit bd06b54

Please sign in to comment.