mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 19:28:49 -04:00
Add cactus textures
This commit is contained in:
parent
f3e7243ce2
commit
d4dd5fbc36
BIN
cubyz-client/assets/cubyz/textures/blocks/cactus.png
Normal file
BIN
cubyz-client/assets/cubyz/textures/blocks/cactus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 732 B |
8
cubyz-common/src/io/cubyz/world/Cactus.java
Normal file
8
cubyz-common/src/io/cubyz/world/Cactus.java
Normal file
@ -0,0 +1,8 @@
|
||||
package io.cubyz.blocks;
|
||||
|
||||
public class Cactus extends Block {
|
||||
public Cactus() {
|
||||
setTexture("cactus");
|
||||
setID("cubyz:cactus");
|
||||
}
|
||||
}
|
BIN
res/textures/blocks/cactus.png
Normal file
BIN
res/textures/blocks/cactus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 732 B |
Loading…
x
Reference in New Issue
Block a user