Advertisement
TheonlyTazz

Project Ozone Lite Fixes

Mar 1st, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.73 KB | None | 0 0
  1. // Project Ozone Lite Fixes
  2. // Created by Theonlytazz
  3.  
  4.  
  5. //Withering Soul Fix
  6.  
  7. //Change the Nether Crux Recipe to not use Withering Soul as they dont drop
  8. recipes.addShaped(<mysticalagradditions:special>, [[<mysticalagriculture:supremium_essence>, <minecraft:nether_star>, <mysticalagriculture:supremium_essence>], [<hardcorewither:craftingItem>, <ore:blockDiamond>, <hardcorewither:craftingItem>], [<mysticalagriculture:supremium_essence>, <minecraft:nether_star>, <mysticalagriculture:supremium_essence>]]);
  9.  
  10.  
  11.  
  12. //Add Tooltip to Nature's Core to let players know its unbreakable
  13. <randomthings:natureCore>.addTooltip(
  14.         format.underline(format.red(
  15.         "WARNING! Once placed, it cannot be destroyed! You have been warned!"
  16.         ))
  17.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement