Now using Aeuther 1 assets
1
mod.conf
Normal file
|
@ -0,0 +1 @@
|
|||
name = aether
|
1
mon.conf
|
@ -1 +0,0 @@
|
|||
name = aether2
|
30
nodes.lua
|
@ -4,20 +4,20 @@
|
|||
--Dirts
|
||||
minetest.register_node("aether2:quicksoil", {
|
||||
description = 'Quick Soil',
|
||||
tiles = {"quicksoil.png"},
|
||||
tiles = {"blocks/quicksoil.png"},
|
||||
groups = {crumbly = 1},
|
||||
})
|
||||
|
||||
minetest.register_node("aether2:aether_dirt", {
|
||||
description = 'Aether Dirt',
|
||||
tiles = {"aether_dirt.png"},
|
||||
tiles = {"blocks/aether_dirt.png"},
|
||||
groups = {crumbly = 1},
|
||||
})
|
||||
|
||||
minetest.register_node("aether2:aether_dirt_with_grass", {
|
||||
description = "Aether Grass",
|
||||
tiles = {"aether_grass_top.png", "aether_dirt.png",
|
||||
{name = "aether_grass_side.png",
|
||||
tiles = {"blocks/aether_grass_top.png", "blocks/aether_dirt.png",
|
||||
{name = "blocks/aether_grass_side.png",
|
||||
tileable_vertical = false}},
|
||||
groups = {crumbly = 3, soil = 1, spreading_dirt_type = 1},
|
||||
drop = 'aether_dirt',
|
||||
|
@ -28,7 +28,7 @@ minetest.register_node("aether2:aether_dirt_with_grass", {
|
|||
--Stones
|
||||
minetest.register_node("aether2:holystone", {
|
||||
description = "Holystone",
|
||||
tiles = {"holystone.png"},
|
||||
tiles = {"blocks/holystone.png"},
|
||||
groups = {aetherstone = 1},
|
||||
})
|
||||
|
||||
|
@ -36,7 +36,7 @@ minetest.register_node("aether2:holystone", {
|
|||
|
||||
minetest.register_node("aether2:skyroot_log", {
|
||||
description = "skyroot_log",
|
||||
tiles = {"skyroot_log_top.png", "skyroot_log_top.png", "skyroot_log.png"},
|
||||
tiles = {"blocks/skyroot_log_top.png", "blocks/skyroot_log_top.png", "blocks/skyroot_log.png"},
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
groups = {aehtertree = 1},
|
||||
|
@ -45,7 +45,7 @@ minetest.register_node("aether2:skyroot_log", {
|
|||
|
||||
minetest.register_node("aether2:golden_oak_log", {
|
||||
description = "Golden Oak Log",
|
||||
tiles = {"golden_oak_log_top.png", "golden_oak_log_top.png", "golden_oak_log.png"},
|
||||
tiles = {"blocks/golden_oak_log_top.png", "blocks/golden_oak_log_top.png", "blocks/golden_oak_log.png"},
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
groups = {aehtertree=2 },
|
||||
|
@ -67,8 +67,8 @@ minetest.register_node("aether2:skyroot_leaves", {
|
|||
description = "Skyroot Leaves",
|
||||
drawtype = "allfaces_optional",
|
||||
waving = 1,
|
||||
tiles = {"skyroot_leaves.png"},
|
||||
special_tiles = {"skyroot_leaves_simple.png"},
|
||||
tiles = {"sblocks/kyroot_leaves.png"},
|
||||
special_tiles = {"blocks/skyroot_leaves_opaque.png"},
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
groups = {snappy = 3, leafdecay = 3, leaves = 1},
|
||||
|
@ -78,8 +78,8 @@ minetest.register_node("aether2:golden_oak_leaves", {
|
|||
description = "Golden Oak Leaves",
|
||||
drawtype = "allfaces_optional",
|
||||
waving = 1,
|
||||
tiles = {"golden_oak_leaves.png"},
|
||||
special_tiles = {"golden_oak_leaves.png"},
|
||||
tiles = {"blocks/golden_oak_leaves.png"},
|
||||
special_tiles = {"blocks/golden_oak_leaves_opaque.png"},
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
groups = {snappy = 3, leafdecay = 3, leaves = 1},
|
||||
|
@ -88,7 +88,7 @@ minetest.register_node("aether2:golden_oak_leaves", {
|
|||
|
||||
minetest.register_node("aether2:skyroot_planks", {
|
||||
description = "Skyroot Planks",
|
||||
tiles = {"skyroot_planks.png"},
|
||||
tiles = {"blocks/skyroot_planks.png"},
|
||||
groupts = {choppy=1, oddly_breakable_by_hand=1, snappy = 1,},
|
||||
})
|
||||
|
||||
|
@ -97,9 +97,9 @@ minetest.register_node("aether2:ambrosium_torch", {
|
|||
description = "Ambrosium Torch",
|
||||
groups = {oddly_breakable_by_hand=1},
|
||||
drawtype = "mesh",
|
||||
mesh = "ambrosium_torch_floor.obj",
|
||||
inventory_image = "ambrosium_torch.png",
|
||||
wield_image = "ambrosium_torch.png",
|
||||
mesh = "mbrosium_torch_floor.obj",
|
||||
inventory_image = "blocks/ambrosium_torch.png",
|
||||
wield_image = "blocks/ambrosium_torch.png",
|
||||
tiles = {{
|
||||
name = "ambrosium_torch_animated.png",
|
||||
animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3}
|
||||
|
|
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 441 B |
Before Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 550 B |
Before Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 354 B |
BIN
textures/armor/accessory_agility_cape.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
textures/armor/accessory_base.png
Normal file
After Width: | Height: | Size: 748 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
BIN
textures/armor/accessory_leather.png
Normal file
After Width: | Height: | Size: 499 B |
BIN
textures/armor/accessory_phoenix.png
Normal file
After Width: | Height: | Size: 574 B |
BIN
textures/armor/accessory_repulsion.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
textures/armor/accessory_repulsion_movement.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
textures/armor/accessory_swet_cape.png
Normal file
After Width: | Height: | Size: 940 B |
BIN
textures/armor/accessory_valkyrie.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
textures/armor/accessory_valkyrie_cape.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
textures/armor/accessory_valkyrie_slim.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
textures/armor/phoenix_layer_1.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/armor/phoenix_layer_2.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
textures/armor/sentry_layer_1.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
textures/armor/valkyrie_layer_1.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
textures/armor/valkyrie_layer_2.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
BIN
textures/blocks/aether_grass_side_snowy.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
textures/blocks/aether_portal.png
Normal file
After Width: | Height: | Size: 337 B |
BIN
textures/blocks/ambrosium_ore.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
BIN
textures/blocks/angelic_stone.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
textures/blocks/berry_bush.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
textures/blocks/berry_bush_stem.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
textures/blocks/blue_aercloud.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
textures/blocks/carved_stone.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
textures/blocks/crystal_fruit_leaves.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
textures/blocks/crystal_fruit_leaves_opaque.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
textures/blocks/crystal_leaves.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
textures/blocks/crystal_leaves_opaque.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
textures/blocks/decorated_holiday_leaves.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
textures/blocks/decorated_holiday_leaves_opaque.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
textures/blocks/enchanted_aether_grass_side.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
textures/blocks/enchanted_aether_grass_top.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
textures/blocks/enchanted_gravitite.png
Normal file
After Width: | Height: | Size: 565 B |
BIN
textures/blocks/enchanter_bottom.png
Normal file
After Width: | Height: | Size: 423 B |
BIN
textures/blocks/enchanter_side.png
Normal file
After Width: | Height: | Size: 527 B |
BIN
textures/blocks/freezer_side.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
textures/blocks/freezer_top.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
textures/blocks/golden_aercloud.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
textures/blocks/golden_oak_leaves.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
textures/blocks/golden_oak_leaves_opaque.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
textures/blocks/golden_oak_log_side.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.2 KiB |
BIN
textures/blocks/gravitite_ore.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
textures/blocks/hellfire_stone.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
textures/blocks/holiday_leaves.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
textures/blocks/holiday_leaves_opaque.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
textures/blocks/holystone.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
textures/blocks/holystone_brick.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
textures/blocks/icestone.png
Normal file
After Width: | Height: | Size: 836 B |
BIN
textures/blocks/incubator_side.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
textures/blocks/incubator_top.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
textures/blocks/light_angelic_stone.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
textures/blocks/light_hellfire_stone.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
textures/blocks/mossy_holystone.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
textures/blocks/pillar_carved.png
Normal file
After Width: | Height: | Size: 793 B |
BIN
textures/blocks/pillar_side.png
Normal file
After Width: | Height: | Size: 635 B |
BIN
textures/blocks/pillar_top.png
Normal file
After Width: | Height: | Size: 603 B |
BIN
textures/blocks/pink_aercloud.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
textures/blocks/present_side.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
textures/blocks/present_top.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
textures/blocks/purple_flower.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
textures/blocks/quicksoil_glass.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
textures/blocks/sentry_stone.png
Normal file
After Width: | Height: | Size: 662 B |
BIN
textures/blocks/skyroot_bed_feet_end.png
Normal file
After Width: | Height: | Size: 450 B |
BIN
textures/blocks/skyroot_bed_feet_side.png
Normal file
After Width: | Height: | Size: 420 B |
BIN
textures/blocks/skyroot_bed_feet_top.png
Normal file
After Width: | Height: | Size: 592 B |
BIN
textures/blocks/skyroot_bed_head_end.png
Normal file
After Width: | Height: | Size: 460 B |
BIN
textures/blocks/skyroot_bed_head_side.png
Normal file
After Width: | Height: | Size: 465 B |
BIN
textures/blocks/skyroot_bed_head_top.png
Normal file
After Width: | Height: | Size: 667 B |
BIN
textures/blocks/skyroot_bookshelf.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.1 KiB |
BIN
textures/blocks/skyroot_leaves_opaque.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |