Just some ideas I have, mostly related to structures

Started by Vegetto on

Topic category: Feature requests and ideas for MCreator

Active 4 years ago
Joined Jan 2015
Points:
847

User statistics:

  • Modifications: 6
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 68
Just some ideas I have, mostly related to structures

Sorry for bad structure of this, I’m on mobile.

custom spawn locations for structures. Basically making it so we can have a structure spawn in specific locations like for example x=74 y=70 z=300. I’m sure you get what I mean.

 

custom mineshaft generation type. Basically what it sounds like, a randomly generated thing that’ll show up in caves and the like. An added feature that’d be neat to go with it is being able to make it a certain width and height. So instead of the 3x3 we get with regular mine shafts, we could do 5x5 or 7x7. I think anything bigger would look weird, but there could be an option for bigger.

 

being able to use custom maps for dimensions. This would aid in mods that have a role play feel but also want to stay in the Minecraft feel.

 

Mobs spawning in custom structures. Things like dungeon mobs or permanently spawned mobs for story telling mods

 

Weapon reach. Being able to reach further with a weapon. Really for things like spears and the like.

 

 

Active 8 months ago
Joined Jun 2019
Points:
2791

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3704
2 is already possible with…
Tue, 06/30/2020 - 01:36

2 is already possible with procedures.

3 is not possible code-wise.

4 is already possible with default structures (just set it to include mobs)

5 is technically possible code-wise by writing your own tool type, but it would have probably had compatibility issues with other mods and they won't be able to be enchanted.

Active 4 years ago
Joined Jan 2015
Points:
847

User statistics:

  • Modifications: 6
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 68
Oh, that’s good to know. Tbh…
Tue, 06/30/2020 - 05:23

Oh, that’s good to know. Tbh, I haven’t really used creator too too much ever since they changed it to procedures, so I’ve been out of the loop for most of its new features 

Active 12 hours ago
Joined May 2018
Points:
1126

User statistics:

  • Modifications: 8
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 366
Number 1 is possible too I…
Sat, 07/18/2020 - 02:37

Number 1 is possible too I think, have it so when the player first joins the world, the structure generates manually via procedures. Then, have a global logic variable to determine whether the player has joined that world before (not sure if those get reset or not). Have it only generate the structure if that variable is 0 (this is the first time the player has joined this world.)

Active 3 months ago
Joined Sep 2019
Points:
1194

User statistics:

  • Modifications: 4
  • Forum topics: 58
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 425
That's what I did to make a…
Sat, 07/25/2020 - 16:10

That's what I did to make a dungeon generate at x0 y10 z0