Add cactus textures

This commit is contained in:
IntegratedQuantum 2019-03-26 20:15:15 +01:00
parent f3e7243ce2
commit d4dd5fbc36
3 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 732 B

View File

@ -0,0 +1,8 @@
package io.cubyz.blocks;
public class Cactus extends Block {
public Cactus() {
setTexture("cactus");
setID("cubyz:cactus");
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 732 B