Page Menu
Home
1F616EMO Bugtracker
Search
Configure Global Search
Log In
Files
F265334
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
941 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/currency_mod/init.lua b/currency_mod/init.lua
new file mode 100644
index 0000000..58c049a
--- /dev/null
+++ b/currency_mod/init.lua
@@ -0,0 +1,18 @@
+-- twi_mods/chatroom_tutorial/init.lua
+-- Tutorial of how to open chat, and hud message
+-- Copyright (C) 2014-2024 currency developers
+-- Copyright (C) 2024 1F616EMO
+-- SPDX-License-Identifier: LGPL-3.0-or-later
+
+-- Remove bundle recipe and refund
+minetest.clear_craft({
+ output = "currency:minegeld_bundle",
+})
+minetest.register_craft({
+ output = "currency:minegeld 9",
+ recipe = { { "currency:minegeld_bundle" } },
+})
+twi_fx.override_group("currency:minegeld_bundle", {
+ not_in_creative_inventory = 1,
+ not_in_craft_guide = 1,
+})
diff --git a/currency_mod/mod.conf b/currency_mod/mod.conf
new file mode 100644
index 0000000..71daac4
--- /dev/null
+++ b/currency_mod/mod.conf
@@ -0,0 +1,3 @@
+name = currenty_mod
+depends = currency, twi_fx
+
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Jun 10, 11:23 PM (3 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
28/7c/45dd4ac2ae0f5e4e7d052d3bfe1f
Default Alt Text
(941 B)
Attached To
Mode
rTWIMODS Survival Server Custom Modifications
Attached
Detach File
Event Timeline
Log In to Comment