Skip to content

Commit

Permalink
use new texture api
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jun 22, 2021
1 parent 6b0467c commit c137c4a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions epic_block.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ end

minetest.register_node("epic_skybox:set", {
description = "Epic set skybox block: sets the skybox for the player",
tiles = {
"epic_node_bg.png",
"epic_node_bg.png",
"epic_node_bg.png",
"epic_node_bg.png",
"epic_node_bg.png",
"epic_node_bg.png^epic_sky.png",
},
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,
Expand Down

0 comments on commit c137c4a

Please sign in to comment.