Cuberite Forum
1.9 Purpur Recipes - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: 1.9 Purpur Recipes (/thread-2439.html)



1.9 Purpur Recipes - Senzo - 05-16-2016

1.9 Purpur Recipes - Tested in creative using crafting table and furnace.

Note: Smelting ChorusFruit to PoppedChorusFruit should stack to 64, but doesn't currently.

####################
# Add the following to items.ini
####################

chorusplant=199
chorusflower=200
purpurblock=201
purpurpillar=202
purpurstairs=203
doublepurpurslab=204
purpurslab=205
chorusfruit=432
poppedchorusfruit=433

#######################
# Add the following to furnace.txt
#######################

# Smelting Recipes
ChorusFruit = PoppedChorusFruit

######################
# Add the following to crafting.txt
######################

# Blocks
PurpurBlock, 4 = PoppedChorusFruit, 1:1, 1:2, 2:1, 2:2
PurpurPillar, 1 = PurpurSlab, 1:1, 1:2

# Slabs
PurpurSlab, 6 = PurpurBlock, 1:1, 2:1, 3:1

# Stairs
PurpurStairs, 4 = PurpurBlock, 1:1, 1:2, 2:2, 1:3, 2:3, 3:3
PurpurStairs, 4 = PurpurBlock, 3:1, 2:2, 3:2, 1:3, 2:3, 3:3

Reference: http://minecraft.gamepedia.com/15w31a


RE: 1.9 Purpur Recipes - bearbin - 05-16-2016

Thank you for your submission Senzo. I've will submit a pull request to the code proper.