Xgaloctopus replaces torches

This commit is contained in:
NPXcoot 2016-02-23 18:19:34 +01:00
parent 18ab1fadea
commit 0b8de61db2

View File

@ -104,5 +104,9 @@ nssm:register_mob("nssm:xgaloctopus", {
run_end = 100,
punch_start = 120,
punch_end = 160,
}
},
replace_rate = 1,
replace_what = {"default:torch"},
replace_with = "default:water_source",
replace_offset = 0,
})