Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I am trying to increase the range of spawners. 

 - RequiredPlayerRange
 - SpawnRange

are both values inside every spawner block, and I want all spawners in the overworld to have new values. 

How would I go about achieving this? Thanks. 

As D7 said, it's not easy, but it is possible
basically you need to create a custom SpawnerBlock, SpawnerBlockEntity and MonsterRoomFeature (you can extends the vanilla classes)
inside the SpawnerBlock you need to overwrite the methods SpawnerBlock#getTicker and SpawnerBlock#newBlockEntity do the same logic than vanilla but with your BlockEntity
inside the SpawnerBlockEntity you need to set the BaseSpawner of the SpawnerBlockEntity to a custom one (needs an AT)
inside the MonsterRoomFeature you need to run the vanilla logic but you need to place your custom BlockEntity

then subscribe to the BiomeLoadingEvent remove the vanilla MonsterRoomFeature and add your custom MonsterRoomFeature

another way would be to make a PR, to add for Example an Event for that (BlockEntityPlaceEvent) -> Note: this is in my opinion the better solution but it will take some time (min 1 Month)

Edit: the BlockEntityEvents are actually a good idea, when i have time i will make a PR for that

Edited by Luis_ST

  • Author

@Luis_STif you can make something where you can edit the nbt data of any block from a config file, and have it automatically replace any instances, that would be a legendary feat that I'm sure would be heavily utilized by modpack creators (myself included)

This idea has tremendous value. I can think of many ways this could be utilized.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.