-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Artisan Benches modpack: extract
workbench
. Relates to #1798
- Loading branch information
Showing
16 changed files
with
57 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
|
||
minetest.mod(function(mod) | ||
require("anvil").init(mod) | ||
require('anvil').init(mod) | ||
|
||
dofile(mod.path .. '/legacy.lua') | ||
end) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
|
||
|
||
minetest.mod(function(mod) | ||
--require("workbench").init(mod) | ||
require('workbench').init(mod) | ||
|
||
dofile(mod.path .. '/legacy.lua') | ||
end) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
-- @tags: legacy | ||
|
||
minetest.register_alias('castle:workbench', 'workbench:workbench') | ||
minetest.register_alias('lord_artisan_benches:workbench', 'workbench:workbench') | ||
-- DEFAULTS (Ghost blocks) |
5 changes: 5 additions & 0 deletions
5
mods/lord/Blocks/ArtisanBenches/workbench/locale/workbench.en.tr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# textdomain: workbench | ||
|
||
Workbench=Workbench | ||
Source Material=Source Material | ||
Recipe to Use=Recipe to Use | ||
Craft Output=Craft Output |
5 changes: 5 additions & 0 deletions
5
mods/lord/Blocks/ArtisanBenches/workbench/locale/workbench.ru.tr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# textdomain: workbench | ||
|
||
Workbench=Верстак | ||
Source Material=Материалы: | ||
Recipe to Use=Схема: | ||
Craft Output=Результат: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
name = workbench | ||
depends = builtin | ||
depends = builtin, default |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-6.1 KB
mods/lord/Blocks/lord_artisan_benches/textures/workbench/benches_workbench_1.png
Binary file not shown.
Binary file removed
BIN
-5.9 KB
mods/lord/Blocks/lord_artisan_benches/textures/workbench/benches_workbench_2.png
Binary file not shown.
Binary file removed
BIN
-8.03 KB
mods/lord/Blocks/lord_artisan_benches/textures/workbench/benches_workbench_top.png
Binary file not shown.