[SOLVED] A few Questions

Started by Noxvern on

Topic category: User side tutorials

Active 1 year ago
Joined Jun 2020
Points:
726

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 19
[SOLVED] A few Questions
Sun, 09/05/2021 - 22:17 (edited)

Hello everyone!

I had a few questions to ask you guys to help me if you don't mind;

1- How can I make a block with loop sound or constant sound? Like the furnace for example.

2- How can I make a sign? Well not a sing, more like a command block similar to a sign and when you click on it you can write a command (if is not possible with a sign i will be happy tho)

3- I want to disable the vanilla entity spawn in my mod cause I made my own. I tried the procedure: When "Entity joins the world > Despawn" and I did for every mob, but for some reason sometimes i can see for a second how they spawn and despawn inmediatly. Any way to avoid dat?

4- Its possible to make a flyable mount? For now I just made the normal ones, the land ones.

5- I want to make a weapon/power that requires pre-charging and release an energy field. can someone tell me if is posible and how to do that? (just the basics)

 

Thnx to everyone~ 

Edited by Noxvern on Sun, 09/05/2021 - 22:17
Active 4 weeks ago
Joined May 2019
Points:
1216

User statistics:

  • Modifications: 0
  • Forum topics: 13
  • Wiki pages: 2
  • MCreator plugins: 1
  • Comments: 839
1. if entity is near lava,…
Sun, 06/07/2020 - 20:25

1. if entity is near lava, have a small chance to play sound

2. extend sign or store the text using BlockNBT from text input

3. no

4. you can imo

Active 1 year ago
Joined Jun 2020
Points:
726

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 19
Thnx for the info but I can…
Sun, 06/07/2020 - 21:32

Thnx for the info but I can find the procedure "If entity is near" where is located?

And how I can make the fliying mount?