Several questions

Started by blahblahbal on

Topic category: Help with MCreator software

Last seen on 22:47, 4. Nov 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Several questions

Alright, so I've got quite a few questions (I also don't know if this is the right place for this):

- Where would I put something to allow the player to 'step up' one block steps without autojump, with both an enchantment and an armor set? And how would I do it?
- Is it possible to make a crafting table-like station that works almost identically to the crafting table (i.e. it doesn't eat the item immediately when a recipe is put in), and how would this be done?
- Is it possible to make a completely custom tree? For example, I have a tree setup for 3 different trees that are completely different from anything in vanilla, and I want to put these in my biomes.
- Is it possible to make a biome have different surface blocks? For example, one of my biomes (in the 1.8.9 version of my mod) has Black Sand with patches of Tropics Mud in places.
- Another biome question..... is it possible to change the stone underneath a biome to a different block?

 

Thanks in advance!

Last seen on 17:20, 17. Mar 2024
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1. Can't really help you…
Sat, 01/16/2021 - 16:33

1. Can't really help you with that.

2. When making a procedure, check the templates in the upper left corner. There is a pre-made procedure for a recipe for 3x3 crafting GUI

3. Yes. Biomes support custom trees that you can import like a structure.

4. I would try something with detecting a custom plant, then with a random chance, and placing a different block under it, then destroying the plant.

5. The stone generation depends on the dimension. The only thing you can do is replace all stone blocks that are in that biome, but that means the player can't place normal stone inside the biome.

Last seen on 22:47, 4. Nov 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
With the second question, I…
Sat, 01/16/2021 - 17:20

With the second question, I meant more like a completely custom station that doesn't eat the item instantly. (I have the station working atm, it just eats the items the instant you put them in the station if it makes a recipe)

Also, is there a way to make bedrock mineable, but only with a certain pickaxe? Trying to make a pickaxe that must be used to mine a specific ore and bedrock. (The specific ore would behave much like bedrock; not mineable unless you use the required pickaxe)

Last seen on 17:20, 17. Mar 2024
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For the crafting, the main…
Sat, 01/16/2021 - 22:19

For the crafting, the main procedures you want to achieve is

1. Make an item appear in output slot when certain items are in input slots(otherwise put air in the output)

2. Remove those items only when the output is taken from the slot.

As for the bedrock, its hardcoded to be unbreakable at all costs. You could try switching it with a similar Block. 

Last seen on 22:47, 4. Nov 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
But... I did the bedrock…
Sun, 01/17/2021 - 23:09

But... I did the bedrock thing in 1.8.9; has how the game works changed that much since then?

Also, what procedure would I use for removing the items only when the output is taken out of the slot? I can't seem to find it at all in the list of blocks.

Last seen on 22:47, 4. Nov 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nevermind about the bedrock…
Mon, 01/18/2021 - 00:02

Nevermind about the bedrock thing, I figured out a way around its hardcoded-ness lol. Also, sorry for double post.

Last seen on 22:39, 22. Aug 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use the "Item taken…
Wed, 02/03/2021 - 11:54

You can use the "Item taken from slot" trigger in the output slot while creating it or editing. Then you can remove the items.

Last seen on 16:00, 16. Apr 2023
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
about the 4th question, How…
Sun, 05/29/2022 - 14:41

about the 4th question, How do you change the underground block upon generation? really need to know for my custom biome :/