diff --git a/src/nodes/nodes_plains.lua b/src/nodes/nodes_plains.lua index a606542..e673385 100644 --- a/src/nodes/nodes_plains.lua +++ b/src/nodes/nodes_plains.lua @@ -24,9 +24,9 @@ minetest.register_node("mcl_better_end:end_stone_plains_grass", { description = ("Ender Slime Grass"), drawtype = "plantlike", waving = 1, - tiles = {"end_stone_plains_grass.png"}, - inventory_image = "end_stone_plains_grass.png", - wield_image = "end_stone_plains_grass.png", + tiles = {"end_plains_grass.png"}, + inventory_image = "end_plains_grass.png", + wield_image = "end_plains_grass.png", paramtype = "light", sunlight_propagates = true, walkable = false, diff --git a/textures/blue_end_grass.png b/textures/blue_end_grass.png new file mode 100644 index 0000000..0643b6d Binary files /dev/null and b/textures/blue_end_grass.png differ diff --git a/textures/blue_end_grass_top.png b/textures/blue_end_grass_top.png new file mode 100644 index 0000000..fe0bd82 Binary files /dev/null and b/textures/blue_end_grass_top.png differ diff --git a/textures/blue_end_tree_leaves.png b/textures/blue_end_tree_leaves.png new file mode 100755 index 0000000..de2a9bd Binary files /dev/null and b/textures/blue_end_tree_leaves.png differ diff --git a/textures/blue_end_tree_sapling.png b/textures/blue_end_tree_sapling.png new file mode 100644 index 0000000..fb6030e Binary files /dev/null and b/textures/blue_end_tree_sapling.png differ diff --git a/textures/blue_end_wood.png b/textures/blue_end_wood.png new file mode 100644 index 0000000..fe582a8 Binary files /dev/null and b/textures/blue_end_wood.png differ diff --git a/textures/blue_end_wood_door.png b/textures/blue_end_wood_door.png new file mode 100644 index 0000000..c6d0144 Binary files /dev/null and b/textures/blue_end_wood_door.png differ diff --git a/textures/blue_end_wood_door_lower.png b/textures/blue_end_wood_door_lower.png new file mode 100644 index 0000000..3252d6c Binary files /dev/null and b/textures/blue_end_wood_door_lower.png differ diff --git a/textures/blue_end_wood_door_upper.png b/textures/blue_end_wood_door_upper.png new file mode 100644 index 0000000..b86f819 Binary files /dev/null and b/textures/blue_end_wood_door_upper.png differ diff --git a/textures/blue_end_wood_planks.png b/textures/blue_end_wood_planks.png new file mode 100644 index 0000000..dfe63b2 Binary files /dev/null and b/textures/blue_end_wood_planks.png differ diff --git a/textures/blue_end_wood_sign.png b/textures/blue_end_wood_sign.png new file mode 100644 index 0000000..2d6bdfc Binary files /dev/null and b/textures/blue_end_wood_sign.png differ diff --git a/textures/blue_end_wood_sign_3d_texture.png b/textures/blue_end_wood_sign_3d_texture.png new file mode 100644 index 0000000..3205f68 Binary files /dev/null and b/textures/blue_end_wood_sign_3d_texture.png differ diff --git a/textures/blue_end_wood_top.png b/textures/blue_end_wood_top.png new file mode 100644 index 0000000..c5fc943 Binary files /dev/null and b/textures/blue_end_wood_top.png differ diff --git a/textures/blue_end_wood_trapdoor.png b/textures/blue_end_wood_trapdoor.png new file mode 100644 index 0000000..3a530b4 Binary files /dev/null and b/textures/blue_end_wood_trapdoor.png differ diff --git a/textures/blue_stripped_end_wood.png b/textures/blue_stripped_end_wood.png new file mode 100644 index 0000000..34d2333 Binary files /dev/null and b/textures/blue_stripped_end_wood.png differ diff --git a/textures/blue_stripped_end_wood_top.png b/textures/blue_stripped_end_wood_top.png new file mode 100644 index 0000000..a6eb4a0 Binary files /dev/null and b/textures/blue_stripped_end_wood_top.png differ diff --git a/textures/end_blue_berry.png b/textures/end_blue_berry.png new file mode 100644 index 0000000..c1297fe Binary files /dev/null and b/textures/end_blue_berry.png differ diff --git a/textures/end_flower_bulb_plant.png b/textures/end_flower_bulb_plant.png new file mode 100644 index 0000000..bd9a84b Binary files /dev/null and b/textures/end_flower_bulb_plant.png differ diff --git a/textures/end_grass_3d_blue.png b/textures/end_grass_3d_blue.png new file mode 100644 index 0000000..4707d67 Binary files /dev/null and b/textures/end_grass_3d_blue.png differ diff --git a/textures/end_plains_grass.png b/textures/end_plains_grass.png new file mode 100644 index 0000000..0d691c2 Binary files /dev/null and b/textures/end_plains_grass.png differ diff --git a/textures/end_stone_plains_turf_side.png b/textures/end_stone_plains_turf_side.png index 25c6141..e19003e 100644 Binary files a/textures/end_stone_plains_turf_side.png and b/textures/end_stone_plains_turf_side.png differ diff --git a/textures/end_stone_plains_turf_top.png b/textures/end_stone_plains_turf_top.png index 5c7bfb0..486f32a 100644 Binary files a/textures/end_stone_plains_turf_top.png and b/textures/end_stone_plains_turf_top.png differ diff --git a/textures/end_stone_with_enderite.png b/textures/end_stone_with_enderite.png index f5c0f77..63b9872 100644 Binary files a/textures/end_stone_with_enderite.png and b/textures/end_stone_with_enderite.png differ diff --git a/textures/purple_end_tree_leaves.png b/textures/purple_end_tree_leaves.png new file mode 100755 index 0000000..de2a9bd Binary files /dev/null and b/textures/purple_end_tree_leaves.png differ diff --git a/textures/purple_end_tree_sapling.png b/textures/purple_end_tree_sapling.png new file mode 100644 index 0000000..8fa62cf Binary files /dev/null and b/textures/purple_end_tree_sapling.png differ diff --git a/textures/purple_end_wood_door.png b/textures/purple_end_wood_door.png new file mode 100644 index 0000000..076fa0e Binary files /dev/null and b/textures/purple_end_wood_door.png differ diff --git a/textures/purple_end_wood_door_lower.png b/textures/purple_end_wood_door_lower.png new file mode 100644 index 0000000..a83fe27 Binary files /dev/null and b/textures/purple_end_wood_door_lower.png differ diff --git a/textures/purple_end_wood_door_upper..png b/textures/purple_end_wood_door_upper..png new file mode 100644 index 0000000..91fccd9 Binary files /dev/null and b/textures/purple_end_wood_door_upper..png differ diff --git a/textures/purple_end_wood_log.png b/textures/purple_end_wood_log.png new file mode 100644 index 0000000..07810fd Binary files /dev/null and b/textures/purple_end_wood_log.png differ diff --git a/textures/purple_end_wood_planks.png b/textures/purple_end_wood_planks.png new file mode 100644 index 0000000..73a6a6f Binary files /dev/null and b/textures/purple_end_wood_planks.png differ diff --git a/textures/purple_end_wood_sign.png b/textures/purple_end_wood_sign.png new file mode 100644 index 0000000..e8981fc Binary files /dev/null and b/textures/purple_end_wood_sign.png differ diff --git a/textures/purple_end_wood_sign_3d_texture.png b/textures/purple_end_wood_sign_3d_texture.png new file mode 100644 index 0000000..4cacf86 Binary files /dev/null and b/textures/purple_end_wood_sign_3d_texture.png differ diff --git a/textures/purple_end_wood_top.png b/textures/purple_end_wood_top.png new file mode 100644 index 0000000..4eeec08 Binary files /dev/null and b/textures/purple_end_wood_top.png differ diff --git a/textures/purple_end_wood_trapdoor.png b/textures/purple_end_wood_trapdoor.png new file mode 100644 index 0000000..3d27ea3 Binary files /dev/null and b/textures/purple_end_wood_trapdoor.png differ diff --git a/textures/purple_stripped_end_wood.png b/textures/purple_stripped_end_wood.png new file mode 100644 index 0000000..7982255 Binary files /dev/null and b/textures/purple_stripped_end_wood.png differ diff --git a/textures/purple_stripped_end_wood_top.png b/textures/purple_stripped_end_wood_top.png new file mode 100644 index 0000000..6208c8b Binary files /dev/null and b/textures/purple_stripped_end_wood_top.png differ diff --git a/textures/end_stone_plains_grass.png b/textures_alt/end_plains_grass.png similarity index 100% rename from textures/end_stone_plains_grass.png rename to textures_alt/end_plains_grass.png diff --git a/textures_alt/end_stone_plains_turf_side.png b/textures_alt/end_stone_plains_turf_side.png new file mode 100644 index 0000000..25c6141 Binary files /dev/null and b/textures_alt/end_stone_plains_turf_side.png differ diff --git a/textures_alt/end_stone_plains_turf_top.png b/textures_alt/end_stone_plains_turf_top.png new file mode 100644 index 0000000..5c7bfb0 Binary files /dev/null and b/textures_alt/end_stone_plains_turf_top.png differ diff --git a/textures_alt/end_stone_with_enderite.png b/textures_alt/end_stone_with_enderite.png new file mode 100644 index 0000000..f5c0f77 Binary files /dev/null and b/textures_alt/end_stone_with_enderite.png differ diff --git a/textures_alt/ender_water.png b/textures_alt/ender_water.png new file mode 100755 index 0000000..1ef83d2 Binary files /dev/null and b/textures_alt/ender_water.png differ diff --git a/textures_alt/enderite.png b/textures_alt/enderite.png new file mode 100644 index 0000000..89396ef Binary files /dev/null and b/textures_alt/enderite.png differ diff --git a/textures_alt/enderite_axe.png b/textures_alt/enderite_axe.png new file mode 100644 index 0000000..99f632e Binary files /dev/null and b/textures_alt/enderite_axe.png differ diff --git a/textures_alt/enderite_chestplate.png b/textures_alt/enderite_chestplate.png new file mode 100644 index 0000000..5548687 Binary files /dev/null and b/textures_alt/enderite_chestplate.png differ diff --git a/textures_alt/enderite_pick.png b/textures_alt/enderite_pick.png new file mode 100644 index 0000000..f0d759c Binary files /dev/null and b/textures_alt/enderite_pick.png differ diff --git a/textures_alt/endertite_leggings.png b/textures_alt/endertite_leggings.png new file mode 100644 index 0000000..100e1b8 Binary files /dev/null and b/textures_alt/endertite_leggings.png differ diff --git a/textures_alt/raw_enderite.png b/textures_alt/raw_enderite.png new file mode 100644 index 0000000..5a3e54b Binary files /dev/null and b/textures_alt/raw_enderite.png differ