1
0
镜像自地址 https://github.com/mt-mods/pipeworks.git 已同步 2025-11-06 03:55:31 +01:00

Changed the name of some textures for naming conventions. Added deployer and node breaker (most of the code is from Technic, the textures too).

这个提交包含在:
Novatux
2013-01-20 17:53:17 +01:00
父节点 1657f7cb7b
当前提交 fe0fd68601
共有 39 个文件被更改,包括 274 次插入14 次删除

查看文件

@@ -9,8 +9,8 @@ minetest.register_craftitem("pipeworks:filter", {
minetest.register_node("pipeworks:filter", {
description = "filter",
tiles = {"filter_top.png", "filter_top.png", "filter_output.png",
"filter_input.png", "filter_side.png", "filter_top.png"},
tiles = {"pipeworks_filter_top.png", "pipeworks_filter_top.png", "pipeworks_filter_output.png",
"pipeworks_filter_input.png", "pipeworks_filter_side.png", "pipeworks_filter_top.png"},
paramtype2 = "facedir",
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,tubedevice=1,mesecon=2},
legacy_facedir_simple = true,