mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-23 01:59:39 +08:00
6 lines
274 B
Bash
6 lines
274 B
Bash
|
#!/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'
|