IndustrialWires/src/main/resources/assets/industrialwires/sounds.json
malte0811 2edc831d19 added Jacobs Ladders, part 1
rendering and sound are done, as well as energy usage
ToDo: finish the dimensions of the different ladders, add models for small+normal, recipes, probably a lot more...
2017-02-26 14:04:23 +01:00

23 lines
543 B
JSON

{
"jacobs_ladder_start": {
"category": "block",
"subtitle": "industrialwires.subtitle.jacobs_ladder",
"sounds": [
"industrialwires:jacobs_ladder/start"
]
},
"jacobs_ladder_middle": {
"category": "block",
"subtitle": "industrialwires.subtitle.jacobs_ladder",
"sounds": [
"industrialwires:jacobs_ladder/middle"
]
},
"jacobs_ladder_end": {
"category": "block",
"subtitle": "industrialwires.subtitle.jacobs_ladder",
"sounds": [
"industrialwires:jacobs_ladder/end"
]
}
}