Simple Minetest Mod Maker

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Simple Minetest Mod Maker

by rubenwardy » Sat Aug 16, 2014 19:36

This tool will allow you to create simple decorative blocks, without any programming, which you can then add to Minetest as a mod.

Modding in Minetest is easy. If you are going to create anything more complicated than a static block, then you need to learn how to program in Lua. Or get someone else to do. But the former is recommended.

Runs in your browser.

  • Create nodes with textures.
  • Pick dig mode of node.
  • Create craft recipes.
  • Export as a mod.
  • You can save and load projects.

Use it

On GitHub under GPL 3.0 or later.

To do:
  • Sounds
  • Craft items
Last edited by rubenwardy on Sun Aug 24, 2014 18:06, edited 1 time in total.
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: Simple Minetest Mod Maker

by Krock » Sat Aug 16, 2014 21:18

Kewl. It works.

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
-- Mod: 000001
-- Code generated by the Simple Minetest Mod Maker
--   ( https://rubenwardy.github.io/minetest_mod_maker )

minetest.register_node("000001:brofist", {
   description = "Whoa supadude",
   tiles = {
      "000001_brofist_top.png",
      "000001_brofist_bottom.png",
      "000001_brofist_right.png",
      "000001_brofist_left.png",
      "000001_brofist_back.png",
      "000001_brofist_front.png"
   },
   groups = {crumbly = 2}
})
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

Re: Simple Minetest Mod Maker

by Jordach » Thu Aug 21, 2014 09:44

Typo: "You can not use " should be "You cannot use "

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

Zeno
Member
 
Posts: 140
Joined: Sun Jun 29, 2014 03:36
GitHub: Zeno-

Re: Simple Minetest Mod Maker

by Zeno » Fri Aug 22, 2014 01:47

Jordach wrote:Typo: "You can not use " should be "You cannot use "


Well, that's debatable. If you want to emphasize the word not then I think it would be worth writing as "can not" (e.g. "you can not use Word"). In general "cannot" and "can not" are both acceptable although the former is certainly the most common usage.
 

4aiman
Member
 
Posts: 1208
Joined: Mon Jul 30, 2012 05:47

Re: Simple Minetest Mod Maker

by 4aiman » Fri Aug 22, 2014 05:57

I think this editor should provide an option to add more groups, e.g. "oddly_breakable_by_hand" may come alongside with, say, "choppy" to allow faster digging times with tools.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Simple Minetest Mod Maker

by rubenwardy » Sun Aug 24, 2014 18:11

Update!



  • Saving and loading
  • Craft recipes
  • Tile modes (choose one texture for all faces)
  • Shapeless
 


Return to Minetest-Related

Who is online

Users browsing this forum: No registered users and 18 guests

cron