master
runs 2020-07-28 15:42:22 +02:00
parent f347c62831
commit ac74751c00
159 changed files with 2195 additions and 679 deletions

View File

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 407 B

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 846 B

After

Width:  |  Height:  |  Size: 846 B

View File

Before

Width:  |  Height:  |  Size: 668 B

After

Width:  |  Height:  |  Size: 668 B

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 343 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -134,6 +134,45 @@ minetest.register_node("baldcypress:leaves", {
after_place_node = default.after_place_leaves,
})
minetest.register_node("baldcypress:dry_branches", {
description = S("Bald Cypress Dry Branches"),
drawtype = "nodebox",
walkable = true,
paramtype = "light",
paramtype2 = "facedir",
tiles = {"baldcypress_dry_branches.png"},
inventory_image = "baldcypress_dry_branches.png",
wield_image = "baldcypress_dry_branches.png",
node_box = {
type = "fixed",
fixed = {-0.5, -0.5, 0.49, 0.5, 0.5, 0.5}
},
groups = {
snappy = 2, flammable = 3, oddly_breakable_by_hand = 3, choppy = 2, carpet = 1, leafdecay = 3, leaves = 1
},
sounds = default.node_sound_leaves_defaults(),
})
minetest.register_node("baldcypress:liana", {
description = S("Bald Cypress Liana"),
drawtype = "nodebox",
walkable = false,
paramtype = "light",
paramtype2 = "facedir",
tiles = {"baldcypress_liana.png"},
inventory_image = "baldcypress_liana.png",
wield_image = "baldcypress_liana.png",
is_ground_content = false,
node_box = {
type = "fixed",
fixed = {-0.25, -0.5, 0.0, 0.25, 0.5, 0.0}
},
groups = {
snappy = 2, flammable = 3, oddly_breakable_by_hand = 3, choppy = 2, carpet = 1, leafdecay = 3, leaves = 1,
},
sounds = default.node_sound_leaves_defaults(),
})
--
-- Craftitems
--

View File

@ -5,6 +5,8 @@ Bald Cypress Leaves=Hojas de criprés calvo
Bald Cypress Tree Sapling=Retoño de criprés calvo
Bald Cypress Tree Stair=Escaleras de criprés calvo
Bald Cypress Slab=Losa de de criprés calvo
Inner Bald Cypress Stair=Escaleras de de criprés calvo interior
Inner Bald Cypress Stair=Escaleras de criprés calvo interior
Outer Bald Cypress Stair=Escaleras de criprés calvo exterior
Bald Cypress Slab=Losa de criprés calvo
Bald Cypress Dry Branches=Ramas secas de ciprés calvo
Bald Cypress Liana=Liana de ciprés calvo

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 887 B

View File

@ -1,5 +1,5 @@
schematic = {
size = {x=9, y=11, z=10},
size = {x=9, y=12, z=10},
yslice_prob = {
{ypos=0, prob=254},
{ypos=1, prob=254},
@ -12,6 +12,7 @@ schematic = {
{ypos=8, prob=254},
{ypos=9, prob=254},
{ypos=10, prob=254},
{ypos=11, prob=254},
},
data = {
{name="air", prob=0, param2=0},
@ -34,7 +35,16 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=126, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=254, param2=1},
@ -72,7 +82,7 @@ schematic = {
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=126, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
@ -126,7 +136,16 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=126, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
@ -191,7 +210,7 @@ schematic = {
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=126, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
@ -229,7 +248,16 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=126, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=254, param2=1},
@ -306,7 +334,16 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=126, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:trunk", prob=254, param2=22},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
@ -391,14 +428,14 @@ schematic = {
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=126, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=126, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
@ -413,6 +450,15 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:trunk", prob=254, param2=23},
{name="willow:trunk", prob=254, param2=23},
{name="willow:trunk", prob=254, param2=23},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:trunk", prob=254, param2=0},
{name="willow:trunk", prob=254, param2=20},
{name="willow:trunk", prob=254, param2=0},
@ -492,7 +538,7 @@ schematic = {
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=126, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
@ -511,6 +557,15 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:trunk", prob=254, param2=23},
{name="willow:trunk", prob=254, param2=23},
{name="willow:trunk", prob=254, param2=23},
{name="willow:trunk", prob=254, param2=23},
{name="willow:trunk", prob=254, param2=21},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:trunk", prob=254, param2=2},
{name="willow:trunk", prob=254, param2=20},
{name="willow:trunk", prob=254, param2=3},
@ -536,7 +591,7 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=126, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
@ -604,7 +659,16 @@ schematic = {
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=126, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:trunk", prob=254, param2=22},
{name="willow:trunk", prob=254, param2=22},
{name="willow:trunk", prob=254, param2=21},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
@ -619,7 +683,7 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=126, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="willow:trunk", prob=254, param2=3},
{name="air", prob=0, param2=0},
@ -711,6 +775,15 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:trunk", prob=254, param2=23},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:trunk", prob=254, param2=3},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
@ -721,7 +794,7 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=126, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
@ -761,7 +834,7 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=126, param2=1},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
@ -801,7 +874,16 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=126, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
@ -881,10 +963,19 @@ schematic = {
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="willow:leaves", prob=126, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="willow:leaves", prob=254, param2=1},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},
{name="air", prob=0, param2=0},

View File

@ -210,4 +210,3 @@ Save=Guardar
by @1=por @1
Page @1 of @2=Página @1 de @2
"@1"="@1"
Reed=Caña

View File

@ -2207,7 +2207,7 @@ function default.register_decorations()
schematic = {
size = {x = 1, y = 5, z = 1},
data = {
{name = "default:dirt", force_place = true},{name = "default:reed"}, {name = "default:reed"}, {name = "default:reed"}, {name = "default:reed"}
{name = "default:dirt", force_place = true},{name = "swaz:reed"}, {name = "swaz:reed"}, {name = "swaz:reed"}, {name = "swaz:reed"}
}
},
place_offset_y = 1,
@ -2232,7 +2232,7 @@ function default.register_decorations()
schematic = {
size = {x = 1, y = 5, z = 1},
data = {
{name = "default:dry_dirt", force_place = true},{name = "default:reed"}, {name = "default:reed"}, {name = "default:reed"}, {name = "default:reed"}
{name = "default:dry_dirt", force_place = true},{name = "swaz:reed"}, {name = "swaz:reed"}, {name = "swaz:reed"}, {name = "swaz:reed"}
}
},
place_offset_y = 1,

View File

@ -1402,27 +1402,6 @@ minetest.register_node("default:papyrus", {
end,
})
minetest.register_node("default:reed", {
description = S("Reed"),
drawtype = "plantlike",
tiles = {"default_reed.png"},
inventory_image = "default_reed.png",
wield_image = "default_reed.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,
selection_box = {
type = "fixed",
fixed = {-6 / 16, -0.5, -6 / 16, 6 / 16, 0.5, 6 / 16},
},
groups = {snappy = 3, flammable = 2},
sounds = default.node_sound_leaves_defaults(),
after_dig_node = function(pos, node, metadata, digger)
default.dig_up(pos, node, digger)
end,
})
minetest.register_node("default:dry_shrub", {
description = S("Dry Shrub"),
drawtype = "plantlike",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
mods/minetest_game/farming/textures/farming_bread.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 698 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 777 B

After

Width:  |  Height:  |  Size: 777 B

BIN
mods/minetest_game/farming/textures/farming_cotton.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
mods/minetest_game/farming/textures/farming_cotton_1.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

After

Width:  |  Height:  |  Size: 385 B

BIN
mods/minetest_game/farming/textures/farming_cotton_2.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 564 B

BIN
mods/minetest_game/farming/textures/farming_cotton_3.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 B

After

Width:  |  Height:  |  Size: 567 B

BIN
mods/minetest_game/farming/textures/farming_cotton_4.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 B

After

Width:  |  Height:  |  Size: 596 B

BIN
mods/minetest_game/farming/textures/farming_cotton_5.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 603 B

BIN
mods/minetest_game/farming/textures/farming_cotton_6.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 B

After

Width:  |  Height:  |  Size: 819 B

BIN
mods/minetest_game/farming/textures/farming_cotton_7.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 864 B

BIN
mods/minetest_game/farming/textures/farming_cotton_8.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 B

After

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 B

After

Width:  |  Height:  |  Size: 866 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 467 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
mods/minetest_game/farming/textures/farming_flour.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 520 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 698 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 913 B

After

Width:  |  Height:  |  Size: 913 B

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 750 B

After

Width:  |  Height:  |  Size: 750 B

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
mods/minetest_game/farming/textures/farming_soil.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
mods/minetest_game/farming/textures/farming_soil_wet.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
mods/minetest_game/farming/textures/farming_straw.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 887 B

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 698 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
mods/minetest_game/farming/textures/farming_string.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 652 B

View File

Before

Width:  |  Height:  |  Size: 829 B

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 B

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 742 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

After

Width:  |  Height:  |  Size: 709 B

BIN
mods/minetest_game/farming/textures/farming_wheat.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 B

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
mods/minetest_game/farming/textures/farming_wheat_1.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 444 B

BIN
mods/minetest_game/farming/textures/farming_wheat_2.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 B

After

Width:  |  Height:  |  Size: 751 B

BIN
mods/minetest_game/farming/textures/farming_wheat_3.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 856 B

BIN
mods/minetest_game/farming/textures/farming_wheat_4.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 976 B

BIN
mods/minetest_game/farming/textures/farming_wheat_5.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
mods/minetest_game/farming/textures/farming_wheat_6.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
mods/minetest_game/farming/textures/farming_wheat_7.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
mods/minetest_game/farming/textures/farming_wheat_8.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 B

Some files were not shown because too many files have changed in this diff Show More