Fix molecular assembler lighting and lights not being on.

This commit is contained in:
Sebastian Hartte
2020-06-16 22:30:11 +02:00
parent 5225ea426b
commit ef85c284c6
3 changed files with 33 additions and 6 deletions
+2
View File
@@ -31,3 +31,5 @@ hwyla_version=1.10.8-B72_1.15.2
#########################################################
website_version=1.15.2
curse_versions=1.15.2
org.gradle.daemon=false
@@ -1,5 +1,6 @@
{
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"particle": "appliedenergistics2:block/molecular_assembler",
"outside": "appliedenergistics2:block/molecular_assembler"
@@ -12,32 +12,56 @@
"down": {
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "down"
"cullface": "down",
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"up": {
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "up"
"cullface": "up",
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"north": {
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "north"
"cullface": "north",
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"south": {
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "south"
"cullface": "south",
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"west": {
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "west"
"cullface": "west",
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
},
"east": {
"texture": "#all",
"uv": [2.6, 2.6, 13.4, 13.4],
"cullface": "east"
"cullface": "east",
"uvlightmap": {
"sky": 0.007,
"block": 0.007
}
}
}
}