Add rubber wood and stripped rubber wood (#2086). Thanks to haykam821

* Make rubber wood block names consistent with vanilla
* Add rubber wood
* Add stripped rubber wood
* Add block and item tags for rubber logs
* Allow crafting all types of rubber logs into rubber planks
* Allow extracting rubber from rubber wood and stripped rubber wood
This commit is contained in:
haykam821 2020-04-17 07:28:59 -04:00 committed by GitHub
parent 7b672244c3
commit 99a2a28d91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 191 additions and 45 deletions

View file

@ -142,6 +142,8 @@ public class TRContent {
public static Block RUBBER_PRESSURE_PLATE;
public static Block RUBBER_DOOR;
public static Block RUBBER_LOG_STRIPPED;
public static Block RUBBER_WOOD;
public static Block STRIPPED_RUBBER_WOOD;
// Armor
public static Item CLOAKING_DEVICE;