Skip to content

Commit

Permalink
Changed size of sponge.
Browse files Browse the repository at this point in the history
  • Loading branch information
acmgit committed Apr 16, 2023
1 parent f2250d2 commit 5915e96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sponge.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ minetest.register_node(name, {
node_box = {
type = "fixed",
fixed = {
{-0.4375, -0.5, -0.375, 0.4375, -0.4375, 0.3125}, -- NodeBox1
{-0.3125, -0.4375, -0.3125, 0.375, -0.125, 0.25}, -- NodeBox2
{-0.375, -0.125, -0.375, 0.5, 0, 0.3125}, -- NodeBox4
{-0.125, -0.5, -0.5, 0.1875, -0.4375, -0.1875}, -- NodeBox1
{-0.0625, -0.4375, -0.4375, 0.125, -0.3125, -0.25}, -- NodeBox2
{-0.125, -0.3125, -0.5, 0.1875, -0.25, -0.1875}, -- NodeBox3
}
},
selection_box = {
type = "fixed",
fixed = {-0.5, -0.5, -0.5, 0.5, 0.1, 0.5}
fixed = {-0.125, -0.5, -0.5, 0.1875, -0.25, -0.1875}
},
groups = {dig_immediate=1, oddly_breakable_by_hand=3},
tiles = {
Expand Down

0 comments on commit 5915e96

Please sign in to comment.