Skip to content

Commit

Permalink
enchanting table book
Browse files Browse the repository at this point in the history
  • Loading branch information
22i committed Jul 14, 2020
1 parent 24e6486 commit aaa8ac8
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
--]]


minetest.register_node('amc:enchanting_table_book', {
description = 'enchanting table facedir',
drawtype = 'mesh',
mesh = 'amc_enchanting.table.book.rotate.b3d',
tiles = {'enchanting_table_book.png', 'enchanting_table_bottom.png', 'enchanting_table_side.png', 'enchanting_table_top.png'},
groups = {choppy=2, dig_immediate=2,},
paramtype = 'light',
paramtype2 = 'facedir',
walkable = false,
selection_box = {
type = 'fixed',
fixed = {-.5, -.5, -.5, .5, .5, .5},
},
collision_box = {
type = 'fixed',
fixed = {-.5, -.5, -.5, .5, .5, .5},
},
})



--###################
Expand Down
Binary file added models/amc_enchanting.table.book.rotate.b3d
Binary file not shown.
Binary file added textures/enchanting_table_book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/enchanting_table_bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/enchanting_table_side.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/enchanting_table_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aaa8ac8

Please sign in to comment.