Search found 304 matches

by Joseph16
Wed Jan 18, 2023 04:21
Forum: WIP Mods
Topic: [Mod] MicroExpansion [0.2] [microexpansion]
Replies: 50
Views: 16554

Re: [Mod] MicroExpansion [0.2] [microexpansion]

Is there any way to make the items of same type only take up 1 slot in the ME drive? That way if I have 4,567 dirt it will show up as 4567 dirt instead of 20 pages of 99 stacks of dirt?
by Joseph16
Mon Jan 09, 2023 00:45
Forum: WIP Mods
Topic: Insane Crafting recipies
Replies: 5
Views: 1243

Re: Insane Crafting recipies

Love it!
by Joseph16
Fri Sep 13, 2019 14:36
Forum: General Discussion
Topic: Are we not worried that Minetest is depending on MS now?
Replies: 55
Views: 6274

Re: Are we not worried that Minetest is depending on MS now?

Microsoft probably doesn't even know minetest exists. And even if it did, it's got such a small player base and in every way is not refined like minecraft is so they wouldn't see it as competition. Microsoft is not going to "boot" minetest off github. It's a tiny open source project that n...
by Joseph16
Fri Sep 13, 2019 14:31
Forum: WIP Mods
Topic: [mod] Space Shuttles [rocket]
Replies: 22
Views: 7555

Re: [mod] Space Shuttles [rocket]

cool mod, but it really needs texturing.
by Joseph16
Tue Jun 11, 2019 21:14
Forum: Minetest-related projects
Topic: Minetest mapserver
Replies: 148
Views: 43203

Re: Minetest mapserver

I agree
by Joseph16
Sat Jun 08, 2019 21:57
Forum: Feature Discussion
Topic: Sprinting should be in minetest by default
Replies: 36
Views: 6209

Re: Sprinting should be in minetest_game!!

I didn’t mean Minetest_game really I meant the Minetest engine itself. I’ll rename the post.
by Joseph16
Thu Jun 06, 2019 12:32
Forum: Feature Discussion
Topic: Sprinting should be in minetest by default
Replies: 36
Views: 6209

Re: Sprinting should be in minetest_game!!

Yes, lua mods can add sprinting. But they use globalstep, so they are subject to server lag and ping, unlike pressing W to go forward there is a delay sometimes, and plus’s there are so many running mods it’s hard to choose.
by Joseph16
Sun Jun 02, 2019 15:58
Forum: Problems
Topic: Sprinting
Replies: 8
Views: 1093

Re: Sprinting

Or you could just enable it thru the mod manager that’s built in.
by Joseph16
Sun Jun 02, 2019 13:54
Forum: Problems
Topic: Sprinting
Replies: 8
Views: 1093

Re: Sprinting

I’ll have you know I play on a cactus :|
by Joseph16
Fri May 31, 2019 15:41
Forum: WIP Mods
Topic: [MOD] Callback API for key and mousebutton[1.0][controls]
Replies: 27
Views: 5438

Re: [MOD] Callback API for key and mousebutton[1.0][controls

I know what an api is. I'm making my own mods. What I'm asking is how to I use it with a mod? I installed the mod and enabled it, but whenever I tried to use the mod's functions it does not work.
by Joseph16
Fri May 31, 2019 12:24
Forum: General Discussion
Topic: Whats wrong with this code?
Replies: 17
Views: 2311

Re: Whats wrong with this code?

Oh it was Krock..... I could swear Rubenwardy did this... ok thanks Krock
by Joseph16
Fri May 31, 2019 00:15
Forum: General Discussion
Topic: Whats wrong with this code?
Replies: 17
Views: 2311

Re: Whats wrong with this code?

Thanks!
by Joseph16
Thu May 30, 2019 23:37
Forum: General Discussion
Topic: Whats wrong with this code?
Replies: 17
Views: 2311

Re: Whats wrong with this code?

I want it to give me a diamond sword on RMB release.
by Joseph16
Thu May 30, 2019 23:36
Forum: General Discussion
Topic: Whats wrong with this code?
Replies: 17
Views: 2311

Re: Whats wrong with this code?

I added itemstack to the globalstep function list minetest.register_globalstep(function(itemstack, dtime) I am using this: minetest.register_globalstep(function(itemstack, dtime) for _, player in pairs(minetest.get_connected_players()) do local name = player:get_player_name() if player then itemstac...
by Joseph16
Thu May 30, 2019 23:34
Forum: General Discussion
Topic: Whats wrong with this code?
Replies: 17
Views: 2311

Re: Whats wrong with this code?

I've managed to get something working. I used the player api. Not sure where to go from here. Maybe you can work from here. (I've removed some of your code so don't replace your own with this one): minetest.override_item("default:sword_mese", { description = "Mese Sword", invent...
by Joseph16
Thu May 30, 2019 22:58
Forum: General Discussion
Topic: Whats wrong with this code?
Replies: 17
Views: 2311

Re: Whats wrong with this code?

Thanks! I will try this!
by Joseph16
Thu May 30, 2019 22:12
Forum: General Discussion
Topic: Whats wrong with this code?
Replies: 17
Views: 2311

Re: Whats wrong with this code?

rubenwardy gave me this code but he said it was untested, I don’t know enough about this coding language to properly debug it. Thanks.
by Joseph16
Thu May 30, 2019 21:22
Forum: General Discussion
Topic: Whats wrong with this code?
Replies: 17
Views: 2311

Re: Whats wrong with this code?

I tried tha but now it says that the "!" in the code: "!player:get_player_control().RMB then" is an unexpected character.
by Joseph16
Thu May 30, 2019 19:12
Forum: General Discussion
Topic: Whats wrong with this code?
Replies: 17
Views: 2311

Re: Whats wrong with this code?

The line numbers in the error code are off because I didn't paste the entire init.lua. The entire file can be found here: https://pastebin.com/1QFNACKh
by Joseph16
Thu May 30, 2019 19:10
Forum: General Discussion
Topic: Whats wrong with this code?
Replies: 17
Views: 2311

Whats wrong with this code?

minetest.override_item("default:sword_mese", { description = "Mese Sword", inventory_image = "default_tool_mesesword.png", tool_capabilities = { full_punch_interval = 0.1, max_drop_level=1, groupcaps={ snappy={times={[1]=2.0, [2]=1.00, [3]=0.35}, uses=30, maxlevel=3}, ...
by Joseph16
Thu May 30, 2019 15:10
Forum: Problems
Topic: Sprinting
Replies: 8
Views: 1093

Re: Sprinting

I agree, but this topic should be in Modding Discussion.
by Joseph16
Thu May 30, 2019 13:02
Forum: WIP Mods
Topic: [Mod] Another knockback mod [knockback]
Replies: 12
Views: 2424

Re: [Mod] Another Knockback Mod [knockback]

Would It be possible to get the velocity of the puncher and also use that for knockback? Like if the puncher is walking towards the player getting hit then it does a lot more knockback?
by Joseph16
Thu May 30, 2019 12:58
Forum: WIP Mods
Topic: [MOD] Callback API for key and mousebutton[1.0][controls]
Replies: 27
Views: 5438

Re: [MOD] Callback API for key and mousebutton[1.0][controls

How do I use this? I installed it and tried to use the key release thing but I couldn't get it to work. Please explain how this mod works.
by Joseph16
Thu May 30, 2019 02:11
Forum: Modding Discussion
Topic: Holding rightclick on sword reduces damage taken?
Replies: 1
Views: 430

Re: Holding rightclick on sword reduces damage taken?

Edit: Go read my other posts to better answer my questions there.