Unconditionally enable petz:lasso

It is disabled by water_life, but we need it to capture petz.
master
Daniel Borchmann 2021-12-26 15:34:30 +01:00
parent 7315aee547
commit 6de98426c8
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- a/water_life/init.lua
+++ b/water_life/init.lua
@@ -86,7 +86,7 @@ end
if water_life.mobsredo then
water_life.catchBA = "mobs:lasso"
water_life.catchNet = "mobs:net"
- if water_life.petz then minetest.unregister_item("petz:lasso") end
+ --if water_life.petz then minetest.unregister_item("petz:lasso") end
elseif water_life.petz then
water_life.catchBA = "petz:lasso"

View File

@ -2,3 +2,4 @@
03_enable-item-tweaks-pickup.patch
04_disable-cloudlands-mapgen.patch
05_petz-user-configuration
06_water-life-lasso