Bliss-Shader/shaders/template/update.sh

6 lines
274 B
Bash
Raw Normal View History

2024-06-14 02:44:09 +08: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'