add bad rendering creative controller

This commit is contained in:
Raoul Van den Berge
2015-12-29 12:56:28 +01:00
parent 2237784d5f
commit a8e754772a
10 changed files with 129 additions and 12 deletions

View File

@@ -11,10 +11,20 @@
"variants": {
"inventory": [
{
"y": 0
"y": 0,
"textures": {
"side": "storagecraft:blocks/side",
"top": "storagecraft:blocks/side",
"front": "storagecraft:blocks/controller_0"
}
},
{
"y": 0
"y": 0,
"textures": {
"front": "storagecraft:blocks/controller_creative_front",
"top": "storagecraft:blocks/controller_creative_side",
"side": "storagecraft:blocks/controller_creative_side"
}
}
],
"energy": {
@@ -64,6 +74,17 @@
}
}
},
"type": {
"normal": {
},
"creative": {
"textures": {
"front": "storagecraft:blocks/controller_creative_front",
"top": "storagecraft:blocks/controller_creative_side",
"side": "storagecraft:blocks/controller_creative_side"
}
}
},
"direction": {
"north": {
"y": 0

View File

@@ -1,6 +1,7 @@
itemGroup.storagecraft=StorageCraft
gui.storagecraft:controller=Controller
gui.storagecraft:controller.0=Controller
gui.storagecraft:controller.1=Creative Controller
gui.storagecraft:grid=Grid
gui.storagecraft:drive=Drive
gui.storagecraft:external_storage=External Storage
@@ -56,7 +57,8 @@ sidebutton.storagecraft:detector.mode.0=Under the amount
sidebutton.storagecraft:detector.mode.1=On the amount
sidebutton.storagecraft:detector.mode.2=Above the amount
block.storagecraft:controller.name=Controller
block.storagecraft:controller.0.name=Controller
block.storagecraft:controller.1.name=Creative Controller
block.storagecraft:cable.0.name=Cable
block.storagecraft:cable.1.name=Sensitive Cable
block.storagecraft:grid.0.name=Grid