{MODS} Random Beatles related mods

Post Reply
User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

{MODS} Random Beatles related mods

by IPushButton2653 » Post

So, I started work on different mods associated with the legendary band, The Beatles. And now, I plan to share them with you.

--Maxwell's Silver Hammer (weapon) http://www.mediafire.com/?pc7hip41bvokcv4
Crafting
x o o i = stick
x i x o=silver ingot (requires "moreores" mod {credit to Calinou} http://ompldr.org/vYnkyeg/moreores.zip)
x i x x=nothing
Last edited by IPushButton2653 on Thu Dec 29, 2011 20:53, edited 1 time in total.

User avatar
sdzen
Member
Posts: 1170
Joined: Fri Aug 05, 2011 22:33
Location: Paradise (your not allowed)

by sdzen » Post

isnt an ingot a craft item? might wanna fix that

Zen S.D.

The next generation of tranquility!
malheureusement mon français n'est pas bon :<
Owner of the Zelo's
In game name: MuadTralk, spdtainted, sdzen, sd zen, sdzeno

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

I know where I went wrong, on line three, incorrect end stuff or whatnot.

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

I still get the error "invalid crafting recipe" in the debug >~<

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

am i missing anything? this is the WHOLE init.lua


-- Crafting

minetest.register_craft({
output = 'tool "maxwellsilverhammer:silver_hammer"',
recipe = {
{'craft "moreores:silver_ingot"', 'craft "moreores:silver_ingot"'},
{'craft "default:stick"'},
{'craft "default:stick"'},
}
})

-- tools
minetest.register_tool("maxwellsilverhammer:silver_hammer", {
image = "silverhammer.png",
basetime = 0,
dt_weight = 3,
dt_crackiness = 0,
dt_crumbliness = 1,
dt_cuttability = -10,
basedurability = 1000,
dd_weight = 0,
dd_crackiness = 0,
dd_crumbliness = 0,
dd_cuttability = 0,
})

-- end
-- return false
-- end,
--

User avatar
dannydark
Member
Posts: 428
Joined: Fri Aug 12, 2011 21:28
Location: Manchester, UK

by dannydark » Post

Your recipe is wrong, each row should always have the same amount of columns.

So in yours you have 2 columns on the top row meaning the next two rows should also have 2 columns

Like:

Code: Select all

        {'craft "moreores:silver_ingot"', 'craft "moreores:silver_ingot"'},
        {'craft "default:stick"', ''},
        {'craft "default:stick"', ''},

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

Thanks, it works. Now, I must fix the texture for it, it kinda sucks :/

User avatar
dannydark
Member
Posts: 428
Joined: Fri Aug 12, 2011 21:28
Location: Manchester, UK

by dannydark » Post

Haha no worries, glad I could help ^_^

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

The mods shall pour from here soon

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

Would anyone like to see a mod implementing sound (when it is possible) that lets you play music via a guitar or drums?

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

IPushButton2653 wrote:Would anyone like to see a mod implementing sound (when it is possible) that lets you play music via a guitar or drums?
It's not possible to add Sound
Last edited by sfan5 on Fri Dec 30, 2011 08:21, edited 1 time in total.
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

It will be, some day, even if I have to go completely computer-geek, I will make it work, somehow.......

User avatar
dannydark
Member
Posts: 428
Joined: Fri Aug 12, 2011 21:28
Location: Manchester, UK

by dannydark » Post

Last I heard Cisoun was working on audio support sometime this week, check this thread for updates: http://c55.me/minetest/forum/viewtopic.php?id=642

Cisoun said that they would post an update in that thread when the audio support is done/nearly done ^_^

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

I can't wait to see some sound actually :D

Post Reply

Who is online

Users browsing this forum: No registered users and 42 guests