6 lines
274 B
Bash
Raw Normal View History

2024-06-13 14:44:09 -04:00
#!/bin/bash
./potater item '../item.properties' '../lib/items.glsl' -t './item.properties'
./potater block '../block.properties' '../lib/blocks.glsl' -t './block.properties'
./potater entity '../entity.properties' '../lib/entities.glsl' -t './entity.properties'