diff --git a/gradle.properties b/gradle.properties index 09fb2cb3d..a36d244b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/assets/appliedenergistics2/models/block/molecular_assembler.json b/src/main/resources/assets/appliedenergistics2/models/block/molecular_assembler.json index bb30115a5..b11598405 100644 --- a/src/main/resources/assets/appliedenergistics2/models/block/molecular_assembler.json +++ b/src/main/resources/assets/appliedenergistics2/models/block/molecular_assembler.json @@ -1,5 +1,6 @@ { "parent": "block/block", + "ambientocclusion": false, "textures": { "particle": "appliedenergistics2:block/molecular_assembler", "outside": "appliedenergistics2:block/molecular_assembler" diff --git a/src/main/resources/assets/appliedenergistics2/models/block/molecular_assembler_lights.json b/src/main/resources/assets/appliedenergistics2/models/block/molecular_assembler_lights.json index d306fd5d2..14d4e092f 100644 --- a/src/main/resources/assets/appliedenergistics2/models/block/molecular_assembler_lights.json +++ b/src/main/resources/assets/appliedenergistics2/models/block/molecular_assembler_lights.json @@ -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 + } } } }