Age | Commit message (Collapse) | Author |
|
reduce texture sizes
|
|
reduce texture sizes
|
|
Since it's almost thanksgiving, here's some pumpkins, and
as usual, with a twist. In itself the pumpkins behave
like you expect - digging them yields a block, not slices.
You can get seeds from a block, or cook a block into roast
pumpkin, which is edible.
The catch is that there's only one piece of food from a pumpkin
so it's a lot of work. And if you want to expand your pumpkin
farm, you'll have to water as otherwise the plants die and
will not spawn more than 1 pumpkin if you're unlucky, so
it's going to be difficult and labor intensive to grow a
large pumpkin farm.
So yeah, maybe just grow pumpkins once a year for some
holiday cheer, like some countries do, and then back to
taters, cuz they easy.
|
|
|
|
|
|
|
|
|
|
I didn't merge the part that would reject filling a watercan in
areas you are protected from editing. It would make more sense
if this was allowed, since the water block used to fill is not
consumed.
Also, I'd rather see code making sure that other people's plants
can't be overwatered, which is more dangereous and I've not checked
if that is possible now.
|
|
Supposed to be a visual reinforcement that water actually
made it to the plant. The particles are drops of water
that fall down from the plant that was watered.
|
|
|
|
take damge when water <>= damage_limit (and not <>)
corn can go down to 5. 0-4 is considered bone dry anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All the scaling factors are now either in the plant table or the
crops.settings table. This makes end-user tuning a bit harder, but
switching easier and configuring easier as well.
|
|
|
|
|
|
More consistent. You can use the watering can on either top
or bottom at any stage. Same for hydrometer.
|
|
|
|
|
|
Adding some code to handle double sized plants easily. The
watering can now redirects water to the bottom, and the hydrometer
reads the bottom half water value instead of the top. No ABM's for
hydration happen on the top half, so no risk of double damage there.
|
|
|
|
|
|
|
|
copy the dmg val over to the melon, then at dig time calculate the
loss of melon slices. One melon slice always remains (there's no
rotten melon...)
|
|
|
|
Lots of more templated code here. Use swap_node throughout. Each
plant has it's own properties table now, which trims the settings.txt
file. Will be easier to maintain and extend.
Had to add a withered texture for the melon plant... yes melon
plants will be able to wither on hard settings.
|
|
|
|
This reverts commit 4b71d7af7610a9f6c6e1ba692a245c566402e284.
|
|
Note this is highly unbalanced still. Potatoes grow way too fast and
so there's little damage with the default settings.
|
|
|
|
|
|
advpng and optipng textures to reduce texture file sizes
|
|
|
|
Compressed texture images
|
|
|
|
Added description and screenshot files for in-game mod manager
|
|
Added a description and screenshot file that will be used by the Mod tab of the main menu of Minetest.
|
|
Compressed all of the texture images using Trimage Image Compressor.
|
|
More explanation needed, and will be coming later.
|
|
|
|
|
|
This allows a server admin to tweak the mods growth rate, chance
and required light level. For convenience I've made 3 sets of
"easy", "normal" and "difficult" settings so that it's easy to
understand what the difference is and what good starting values
are.
|
|
|
|
|
|
|
|
|