fix water bucket are not stackable

master
Alexander Weber 2018-01-13 14:39:41 +01:00
parent bceb1dac55
commit f51890c94f
1 changed files with 4 additions and 2 deletions

View File

@ -17,13 +17,15 @@ local initial_stuff = {
'default:sapling 2',
},
["air"] = {
'bucket:bucket_water 6',
'bucket:bucket_water',
'bucket:bucket_water',
},
["default:water_source"] = {
'nodetest:papyrus_roots 6',
},
["default:lava_source"] = {
'bucket:bucket_water 6',
'bucket:bucket_water',
'bucket:bucket_water',
},
}