Advertisement
Guest User

Untitled

a guest
Feb 24th, 2015
2,747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Customizing the Market Block currency works very simply. Each config option is a number that corresponds to a Vanilla Minecraft item/block.
  2.  
  3. All currencies have the option to be set from 0 to 4 corresponding directly to Emeralds, Diamonds, Gold Ingots, Gold Nuggets, or Iron Ingots.
  4.  
  5. Seeds also can be set to 5 which is Wheat Seeds.
  6.  
  7. Temperate Saplings can be set to 5 which is Oak Saplings or 6 which is Apples.
  8.  
  9. Tropical Saplings can be set to 5 which is Jungle Saplings, 6 which is Apples, or 7 which is Cocoa Beans.
  10.  
  11. Coniferous Saplings can be set to 5 which is Spruce Saplings.
  12.  
  13. Each of the animals can be set to 5 which is an Egg.
  14.  
  15. Example Config:
  16.  
  17. I:marketcurrencyBonemeal=4
  18. I:marketcurrencyChicken=2
  19. I:marketcurrencyCow=2
  20. I:marketcurrencyHorse=2
  21. I:marketcurrencyPig=2
  22. I:marketcurrencySeeds=5
  23. I:marketcurrencySheep=2
  24. I:marketcurrencyconiferousSaplings=5
  25. I:marketcurrencytemperateSaplings=6
  26. I:marketcurrencytropicalSaplings=7
  27.  
  28. That config shows that the Market Block will sell the following items for the following currencies:
  29. Bonemeal for Iron Ingots
  30. Chicken, Cow, Horse, Pig, and Sheep Spawn Eggs for Gold Ingots
  31. Seeds for Wheat Seeds
  32. Coniferous Saplings for Spruce Saplings
  33. Temperate Saplings for Apples
  34. Tropical Saplings for Cocoa Beans
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement