NicYOLO

Untitled

Sep 23rd, 2025 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ServerEvents.recipes(event => {
  2. event.shaped(
  3. Item.of('minecraft:stone_axe'),
  4. [
  5. 'H',
  6. 'B',
  7. 'T'
  8. ],
  9. {
  10. H: Item.of('tconstruct:small_axe_head', '{Material:"tconstruct:rock"}'),
  11. B: Item.of('tconstruct:tool_binding', '{Material:"tconstruct:string"}'),
  12. T: Item.of('tconstruct:tool_handle', '{Material:"tconstruct:wood"}')
  13. }
  14. )
  15. })
  16.  
Advertisement
Add Comment
Please, Sign In to add comment