[Mod] Gizmo's of Carbon Machinations by [ThatGhzGamer]

Post Reply

Future of Gizmo's of Carbon Machinations Development

Poll ended at Sat Feb 23, 2019 18:27

Continue Mod
0
No votes
Stop developing mod
0
No votes
Work on Something else
2
100%
 
Total votes: 2

ThatGhzGamer
New member
Posts: 8
Joined: Fri Feb 15, 2019 22:02
GitHub: ThatGhzGamer

[Mod] Gizmo's of Carbon Machinations by [ThatGhzGamer]

by ThatGhzGamer » Post

*Edit
Hi all this is my first mod. it allows for wood to be turned into charcoal, charcoal to be turned into charcoal blocks and make torches from charcoal
and more stuff in the future
I will update and make this mod better as my skills get better lol :)

this mod is released under MIT licence

note: in order to comply with minetest contentDB, the name of the mod has been changed from "Charcoal mod" (which was unoriginal anyway lol)

Recipes:
Image

GitHub Repo:
https://github.com/ThatGhzGamer/gizmos_ ... chinations

latest release direct link:
gocm_carbon 0.3-1a.zip
The Tool and Name Update
(16.26 KiB) Downloaded 56 times
Historical Releases
Attachments
Gocm Recipes
Gocm Recipes
recipes v5.png (64.58 KiB) Viewed 783 times
tggcharcoal.zip
Tgg Charcoal Mod
(1.41 KiB) Downloaded 57 times
Last edited by ThatGhzGamer on Thu Feb 21, 2019 18:27, edited 11 times in total.
OMBZuGgmzofWqMBO9jPLEEHtGNg1pBOZ

User avatar
Lone_Wolf
Member
Posts: 2578
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: ThatGhzGamer Charcoal Mod

by Lone_Wolf » Post

Welcome to the forums!

You might want to consider putting your mod on Github. It makes it easier for people to contribute. Plus a lot more.
And if you're interested you also could put your mod in the Minetest ContentDB.
If you want people to be able to legally use your mod (IIRC) you need to choose a license for your mod. https://choosealicense.com/
I prefer the MIT license because it allows people to do pretty much whatever they want with my code

Nice mod though. Haven't seen any others (which don't have a ton of other things with them) that do this so far

EDIT: And to get your mod in mod releases you should change the name to something like: [Mod] Charcoal [tggcharcoal]
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

ThatGhzGamer
New member
Posts: 8
Joined: Fri Feb 15, 2019 22:02
GitHub: ThatGhzGamer

Re: [mod] Charcoal mod by ThatGhzGamer

by ThatGhzGamer » Post

Thanks for the reply I've released the mod under MIT including textures and i'll look into GitHub
and minetest ContentDB thx for the welcome to the forums :)
OMBZuGgmzofWqMBO9jPLEEHtGNg1pBOZ


ThatGhzGamer
New member
Posts: 8
Joined: Fri Feb 15, 2019 22:02
GitHub: ThatGhzGamer

Re: [mod] Charcoal mod by ThatGhzGamer

by ThatGhzGamer » Post



Lol :) guess I should have done some more research, but I intend to make this mod kind of unique over time
I want to make it do all kinds of charcoal related stuff like a compressor that can recompress diamonds so they are stronger than regular ones and stuff with willow charcoal and more :)
OMBZuGgmzofWqMBO9jPLEEHtGNg1pBOZ

ThatGhzGamer
New member
Posts: 8
Joined: Fri Feb 15, 2019 22:02
GitHub: ThatGhzGamer

re: [Mod] Gizmo's of Carbon Machinations by [ThatGhzGamer]

by ThatGhzGamer » Post

Mod release 0.1a is out

download from GitHub:
https://github.com/ThatGhzGamer/gizmos_ ... cm_tgg.zip
OMBZuGgmzofWqMBO9jPLEEHtGNg1pBOZ

ThatGhzGamer
New member
Posts: 8
Joined: Fri Feb 15, 2019 22:02
GitHub: ThatGhzGamer

Re: [Mod] Gizmo's of Carbon Machinations by [ThatGhzGamer]

by ThatGhzGamer » Post

don't know where to post something like this so here it goes, I have some code I've adopted from a mod(I borrowed from default:furnance) and plan to use that as a simple base to build from. can I do that and still licence my mod under the MIT licence? or would I have to change to LGPL? just wondering thx in advance.
OMBZuGgmzofWqMBO9jPLEEHtGNg1pBOZ

ThatGhzGamer
New member
Posts: 8
Joined: Fri Feb 15, 2019 22:02
GitHub: ThatGhzGamer

Re: [Mod] Gizmo's of Carbon Machinations by [ThatGhzGamer]

by ThatGhzGamer » Post

big release changed repository name to gocm_carbon so now when you download from master the folder name should be good also merged modpacks into one init.lua until 0.4a and changed internal name from gocm_charcoal to gocm_carbon.
enough technical stuff now for the cool stuff :)

-added Mese Diamond block (crafted by 8 diamonds and 1 mese block), it lights up very bright and is used to craft marvelous hammer.

-added Mese diamond tools (pickaxe, axe, shovel) that are stronger than diamond! (but still balanced).

-marvelous hammer can turn charcoal into industrial diamonds, industrial diamonds into diamonds and diamonds into recompressed diamonds, all you need is to place marvelous hammer in craft grid and fill with 8 of above mentioned (in respective order) to compress and don't worry you'll get the hammer back after craft.

i'll post crafting recipes later anyway enjoy :3
link to release .zip from GitHub:
https://github.com/ThatGhzGamer/gocm_ca ... 0.3-1a.zip
OMBZuGgmzofWqMBO9jPLEEHtGNg1pBOZ

User avatar
cx384
Member
Posts: 654
Joined: Wed Apr 23, 2014 09:38
GitHub: cx384
IRC: cx384

Re: [mod] Charcoal mod by ThatGhzGamer

by cx384 » Post

ThatGhzGamer wrote:


Lol :) guess I should have done some more research, but I intend to make this mod kind of unique over time
I want to make it do all kinds of charcoal related stuff like a compressor that can recompress diamonds so they are stronger than regular ones and stuff with willow charcoal and more :)
This list is far away from being complete, but the main problem is mod incompatibility. (same names, overlapping craftingrecipes, ...)
You can use minetest mod search to easily find existing mods.
Moreover, there is already a coal compressor mod from azekill_DIABLO. (just for inspiration purposes)
Can your read this?

ThatGhzGamer
New member
Posts: 8
Joined: Fri Feb 15, 2019 22:02
GitHub: ThatGhzGamer

Re: [Mod] Gizmo's of Carbon Machinations by [ThatGhzGamer]

by ThatGhzGamer » Post

Started poll asking about future of gizmo's of carbon machinations the poll will be over in two days
OMBZuGgmzofWqMBO9jPLEEHtGNg1pBOZ

Post Reply

Who is online

Users browsing this forum: No registered users and 33 guests