Advertisement
Guest User

Untitled

a guest
Aug 19th, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. minetest.register_craft({
  2. type = shapeless,
  3. output = 'technic:raw_latex 2',
  4. recipe = {
  5. {'default:cactus'},
  6. }
  7. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement