Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ServerEvents.recipes(event => {
- event.shaped(
- Item.of('minecraft:stone_axe'),
- [
- 'H',
- 'B',
- 'T'
- ],
- {
- H: Item.of('tconstruct:small_axe_head', '{Material:"tconstruct:rock"}'),
- B: Item.of('tconstruct:tool_binding', '{Material:"tconstruct:string"}'),
- T: Item.of('tconstruct:tool_handle', '{Material:"tconstruct:wood"}')
- }
- )
- })
Advertisement
Add Comment
Please, Sign In to add comment