Skip to content

Commit

Permalink
More texture optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryLoenwind committed Nov 6, 2016
1 parent 7e959f5 commit dffdc4b
Show file tree
Hide file tree
Showing 20 changed files with 13 additions and 13 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
10 changes: 5 additions & 5 deletions resources/assets/enderio/blockstates/blockDecoration1.json
Expand Up @@ -30,19 +30,19 @@
"top": "enderio:blocks/machineTop",
"side": "enderio:blocks/machineBack"
}, "model": "enderio:sidedCube" },
"type07": { "textures": { "all": "enderio:blocks/blockSoulMachineBlank" } },
"type07": { "textures": { "all": "enderio:blocks/blockSoulMachineBottom" } },
"type08": { "textures": { "all": "enderio:blocks/blockSoulMachineTop" } },
"type09": { "textures": { "all": "enderio:blocks/blockSoulMachineSide" } },
"type10": { "textures": { "all": "enderio:blocks/blockSoulMachineBack" } },
"type11": { "textures": {
"particle": "enderio:blocks/blockSoulMachineBlank",
"bottom": "enderio:blocks/blockSoulMachineBlank",
"particle": "enderio:blocks/blockSoulMachineBottom",
"bottom": "enderio:blocks/blockSoulMachineBottom",
"top": "enderio:blocks/blockSoulMachineTop",
"side": "enderio:blocks/blockSoulMachineSide"
}, "model": "enderio:sidedCube" },
"type12": { "textures": {
"particle": "enderio:blocks/blockSoulMachineBlank",
"bottom": "enderio:blocks/blockSoulMachineBlank",
"particle": "enderio:blocks/blockSoulMachineBottom",
"bottom": "enderio:blocks/blockSoulMachineBottom",
"top": "enderio:blocks/blockSoulMachineTop",
"side": "enderio:blocks/blockSoulMachineBack"
}, "model": "enderio:sidedCube" },
Expand Down
4 changes: 2 additions & 2 deletions resources/assets/enderio/blockstates/blockSoulBinder.json
Expand Up @@ -2,8 +2,8 @@
"forge_marker":1,
"defaults":{
"textures": {
"particle": "enderio:blocks/blockSoulMachineBlank",
"0": "enderio:blocks/blockSoulMachineBlank",
"particle": "enderio:blocks/blockSoulMachineBottom",
"0": "enderio:blocks/blockSoulMachineBottom",
"1": "enderio:blocks/blockSoulMachineTop",
"2": "enderio:blocks/endermanSkullFront",
"3": "enderio:blocks/skullSkeleton",
Expand Down
8 changes: 4 additions & 4 deletions resources/assets/enderio/blockstates/machineBase.json
Expand Up @@ -62,10 +62,10 @@
},
"model":"enderio:paint_overlay"
},
"soul_frame":{ "submodel":{ "frame":{ "model":"enderio:blockSoulBinder_frame", "y":180 } }, "textures":{ "0": "enderio:blocks/blockSoulMachineBlank", "1": "enderio:blocks/blockSoulMachineTop" } },
"soul_frame_east":{ "submodel":{ "frame":{ "model":"enderio:blockSoulBinder_frame", "y":270 } }, "textures":{ "0": "enderio:blocks/blockSoulMachineBlank", "1": "enderio:blocks/blockSoulMachineTop" } },
"soul_frame_south":{ "submodel":{ "frame":{ "model":"enderio:blockSoulBinder_frame", "y":0 } }, "textures":{ "0": "enderio:blocks/blockSoulMachineBlank", "1": "enderio:blocks/blockSoulMachineTop" } },
"soul_frame_west":{ "submodel":{ "frame":{ "model":"enderio:blockSoulBinder_frame", "y":90 } }, "textures":{ "0": "enderio:blocks/blockSoulMachineBlank", "1": "enderio:blocks/blockSoulMachineTop" } }
"soul_frame":{ "submodel":{ "frame":{ "model":"enderio:blockSoulBinder_frame", "y":180 } }, "textures":{ "0": "enderio:blocks/blockSoulMachineBottom", "1": "enderio:blocks/blockSoulMachineTop" } },
"soul_frame_east":{ "submodel":{ "frame":{ "model":"enderio:blockSoulBinder_frame", "y":270 } }, "textures":{ "0": "enderio:blocks/blockSoulMachineBottom", "1": "enderio:blocks/blockSoulMachineTop" } },
"soul_frame_south":{ "submodel":{ "frame":{ "model":"enderio:blockSoulBinder_frame", "y":0 } }, "textures":{ "0": "enderio:blocks/blockSoulMachineBottom", "1": "enderio:blocks/blockSoulMachineTop" } },
"soul_frame_west":{ "submodel":{ "frame":{ "model":"enderio:blockSoulBinder_frame", "y":90 } }, "textures":{ "0": "enderio:blocks/blockSoulMachineBottom", "1": "enderio:blocks/blockSoulMachineTop" } }
}
}
}
Expand Up @@ -5,7 +5,7 @@
"side": "enderio:blocks/endermanSkullSide",
"front": "enderio:blocks/endermanSkullFront",
"top": "enderio:blocks/endermanSkullTop",
"bolt": "enderio:blocks/blockSoulMachineBlank"
"bolt": "enderio:blocks/blockSoulMachineBottom"
},
"elements": [
{
Expand Down
Binary file modified resources/assets/enderio/textures/blocks/overlays/reservoir.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/assets/enderio/textures/blocks/solarPanelVibrantSide.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -32,7 +32,7 @@ public class ConduitBundleRenderManager {

public static final TextureSupplier connectorIconExternal = TextureRegistry.registerTexture("blocks/conduitConnector");

public static final TextureSupplier connectorIcon = TextureRegistry.registerTexture("blocks/conduitConnectorExternal");
public static final TextureSupplier connectorIcon = TextureRegistry.registerTexture("blocks/conduitConnector"); // TODO: is this even used?

public static final TextureSupplier wireFrameIcon = TextureRegistry.registerTexture("blocks/wireFrame");

Expand Down

0 comments on commit dffdc4b

Please sign in to comment.