CreateMod/src/main/resources/assets/create/models/block/flywheel/flywheel.json
simibubi b85c0ed93f Ctrl A Backspace
- Encased fans can no longer provide stress capacity as generators
- Removed the Furnace Engine
- Added Kryppers' new Flywheel model
- Fixed inverted stress capacity labels in tooltips
- Removed speed requirements from tooltips
- Fixed belt tickers not properly being removed when parts of the belts are destroyed
2022-05-05 20:20:54 +02:00

10 lines
205 B
JSON

{
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"0": "create:block/flywheel",
"1": "create:block/axis",
"2": "create:block/axis_top",
"particle": "create:block/flywheel"
}
}