[sheep] Make sheep drop "animalmaterials:meat_raw" instead of
"creatures:flesh".master
parent
0c71560a01
commit
20fd1dba51
|
@ -1,4 +1,5 @@
|
|||
default
|
||||
creatures
|
||||
animalmaterials
|
||||
farming?
|
||||
wool?
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue