standardize texture size to 16 pixel
51
textures/LICENSE.txt
Normal file
@ -0,0 +1,51 @@
|
||||
--------------------------------------------
|
||||
|
||||
All textures based on
|
||||
original textures by: ???
|
||||
|
||||
License Textures: ???
|
||||
|
||||
--------------------------------------------
|
||||
|
||||
License Textures: Napiophelios - CC-BY-SA 3.0
|
||||
|
||||
-castle_corner_stonewall1.png
|
||||
-castle_corner_stonewall2.png
|
||||
-castle_crate.png
|
||||
-castle_crate_top.png
|
||||
-castle_door_jail.png
|
||||
-castle_door_oak.png
|
||||
-castle_dungeon_stone.png
|
||||
-castle_hide.png
|
||||
-castle_ironbound_chest_back.png
|
||||
-castle_ironbound_chest_front.png
|
||||
-castle_ironbound_chest_side.png
|
||||
-castle_ironbound_chest_top.png
|
||||
-castle_jail_door_inv.png
|
||||
-castle_jailbars.png
|
||||
-castle_oak_door_inv.png
|
||||
-castle_pavement_brick.png
|
||||
-castle_ropebox_side_1.png
|
||||
-castle_ropebox_side_2.png
|
||||
-castle_ropebox_top.png
|
||||
-castle_ropes.png
|
||||
-castle_rubble.png
|
||||
-castle_shield_back.png
|
||||
-castle_shield_front.png
|
||||
-castle_shield_front_2.png
|
||||
-castle_shield_front_3.png
|
||||
-castle_shield_side.png
|
||||
-castle_shield_side_2.png
|
||||
-castle_shield_side_3.png
|
||||
-castle_slate.png
|
||||
-castle_steel.png
|
||||
-castle_stonewall.png
|
||||
-castle_straw_bale.png
|
||||
-castle_street_light.png
|
||||
-castle_workbench_1.png
|
||||
-castle_workbench_2.png
|
||||
-castle_workbench_bottom.png
|
||||
-castle_workbench_top.png
|
||||
|
||||
|
||||
--------------------------------------------
|
Before Width: | Height: | Size: 75 B |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 848 B |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 850 B |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 543 B |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 618 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 522 B |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 537 B |
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 522 B |
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 411 B |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 700 B |
Before Width: | Height: | Size: 445 B After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 563 B |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 520 B |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 536 B |
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 94 B |
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 91 B |
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 101 B |
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 756 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 465 B |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 593 B |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 593 B |
BIN
textures/castle_workbench_bottom.png
Normal file
After Width: | Height: | Size: 594 B |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 388 B |
Before Width: | Height: | Size: 70 B |
@ -37,7 +37,7 @@ minetest.register_craft({
|
||||
|
||||
minetest.register_node("castle:workbench",{
|
||||
description = "Workbench",
|
||||
tiles = {"castle_workbench_top.png", "default_wood.png", "castle_workbench_1.png", "castle_workbench_1.png", "castle_workbench_2.png", "castle_workbench_2.png"},
|
||||
tiles = {"castle_workbench_top.png", "castle_workbench_bottom.png", "castle_workbench_1.png", "castle_workbench_1.png", "castle_workbench_2.png", "castle_workbench_2.png"},
|
||||
paramtype2 = "facedir",
|
||||
paramtype = "light",
|
||||
groups = {choppy=2,oddly_breakable_by_hand=2,flammable=2},
|
||||
|