[sheep] Make sheep drop "animalmaterials:meat_raw" instead of

"creatures:flesh".
master
AntumDeluge 2016-08-27 01:42:00 -07:00
parent 0c71560a01
commit 20fd1dba51
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
default
creatures
animalmaterials
farming?
wool?

View File

@ -115,7 +115,7 @@ local def = {
},
drops = function(self)
local items = {{"creatures:flesh"}}
local items = {{"animalmaterials:meat_raw"}}
if self.has_wool then
table.insert(items, {"wool:" .. self.wool_color, {min = 1, max = 2}})
end