Skip to content

Commit

Permalink
remove direct screwdriver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jun 22, 2021
1 parent c137c4a commit 2fbb1d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .luacheckrc
Expand Up @@ -14,5 +14,5 @@ read_globals = {
"dump", "VoxelArea",

-- deps
"epic", "screwdriver"
"epic"
}
2 changes: 1 addition & 1 deletion epic_block.lua
Expand Up @@ -31,7 +31,7 @@ minetest.register_node("epic_skybox:set", {
tiles = epic.create_texture("action", "epic_sky.png"),
paramtype2 = "facedir",
groups = {cracky=3,oddly_breakable_by_hand=3,epic=1},
on_rotate = screwdriver.rotate_simple,
on_rotate = epic.on_rotate,

on_construct = function(pos)
local meta = minetest.get_meta(pos)
Expand Down
2 changes: 1 addition & 1 deletion mod.conf
@@ -1,3 +1,3 @@
name = epic_skybox
description = skybox features for the epic mod
depends = epic, screwdriver
depends = epic

0 comments on commit 2fbb1d7

Please sign in to comment.