Page Menu
Home
1F616EMO Bugtracker
Search
Configure Global Search
Log In
Files
F156396
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
734 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/maptools_mod/init.lua b/maptools_mod/init.lua
new file mode 100644
index 0000000..fb141af
--- /dev/null
+++ b/maptools_mod/init.lua
@@ -0,0 +1,15 @@
+-- twi_mods/maptools_mod/init.lua
+-- modify maptools
+-- Copyright (C) 2025 1F616EMO
+-- SPDX-License-Identifier: Zlib
+
+for _, name in ipairs({
+ "maptools:copper_coin",
+ "maptools:silver_coin",
+ "maptools:gold_coin",
+}) do
+ twi_fx.override_group(name, {
+ not_in_creative_inventory = 1,
+ not_in_craft_guide = 1,
+ })
+end
diff --git a/maptools_mod/mod.conf b/maptools_mod/mod.conf
new file mode 100644
index 0000000..793f6b5
--- /dev/null
+++ b/maptools_mod/mod.conf
@@ -0,0 +1,2 @@
+name = maptools_mod
+depends = maptools, twi_fx
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Mar 1, 6:04 AM (2 d, 15 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
31/c9/c64fc0ffa42bd759e2a5641e6789
Default Alt Text
(734 B)
Attached To
Mode
rTWIMODS Survival Server Custom Modifications
Attached
Detach File
Event Timeline
Log In to Comment