Skip to content

Commit

Permalink
Bump mobs_redo to its latest commit (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 14, 2024
1 parent 04b7015 commit 26fe63e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobs_redo/crafts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ minetest.register_craftitem("mobs:saddle", {
minetest.register_craft({
output = "mobs:saddle",
recipe = {
{"mobs:leather", "mobs:leather", "mobs:leather"},
{"mobs:leather", items.steel_ingot, "mobs:leather"},
{"mobs:leather", items.steel_ingot, "mobs:leather"}
{"group:leather", "group:leather", "group:leather"},
{"group:leather", items.steel_ingot, "group:leather"},
{"group:leather", items.steel_ingot, "group:leather"}
}
})

Expand Down
1 change: 1 addition & 0 deletions mobs_redo/spawner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ local function is_player(player)
end
end

local square = math.sqrt

local get_distance = function(a, b)

Expand Down

0 comments on commit 26fe63e

Please sign in to comment.