Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #loader hwell_core_recipes
  2. import crafttweaker.item.IItemStack;
  3.  
  4. //HearthWell specific recipes
  5.  
  6. mods.hwell.addCustomCore("glimmeringCore", "Glimmering Core", 100, 0x519ED0, 0x30C7C7);
  7.  
  8. //recipes using the custom Glimmering Core
  9.  
  10. mods.hwell.addCustomCoreRecipe("hwell:glimmeringCore", "hwell:shard_h", <thaumcraft:ore_cinnabar>, <botania:petalblock:14>);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement