Page MenuHome1F616EMO Bugtracker

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/digtron_mod/init.lua b/digtron_mod/init.lua
new file mode 100644
index 0000000..7fac166
--- /dev/null
+++ b/digtron_mod/init.lua
@@ -0,0 +1,36 @@
+-- twi_mods/digtron_mod/init.lua
+-- modification of digtron
+--[[
+ Copyright (C) 2017 FaceDeer, [technic] support added 2017 by Hans von Smacker
+
+ The MIT License (MIT)
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+]]
+
+for _, name in ipairs({
+ "default:dirt_with_grass",
+ "default:dirt_with_dry_grass",
+ "default:dirt_with_rainforest_litter",
+ "default:dirt_with_snow",
+ "farming:soil",
+ "farming:soil_wet",
+}) do
+ digtron.builder_read_item_substitutions[name] = nil
+end
diff --git a/digtron_mod/mod.conf b/digtron_mod/mod.conf
new file mode 100644
index 0000000..b0307e5
--- /dev/null
+++ b/digtron_mod/mod.conf
@@ -0,0 +1,2 @@
+name = digtron_mod
+depends = digtron

File Metadata

Mime Type
text/x-diff
Expires
Sun, Jun 14, 4:43 AM (1 d, 17 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
dc/30/2e9151c3aef1e796866dfd1bcde7
Default Alt Text
(1 KB)

Event Timeline