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

image.thumb.png.658088f2a1c1232637adb410fac2f93c.png

Now, I have tried many things to get it to work, including the advice I was given in my original post 

After I couldn't get that to work I looked through Github and found TropiCraft, which literally changes cloud height (It even says it in their Access Transformer File). https://github.com/Tropicraft/Tropicraft/blob/1.16/src/main/resources/META-INF/accesstransformer.cfg

But Still, it doesn't work. Yes, I tried doing it myself and understanding what I was actually writing in code, but then after much frustration I just carbon copied from TropiCraft.

I just don't know what I am doing wrong, especially since I ended up practically copying from TropiCraft which does the whole cloud thing successfully. 

Here's my mod repository if anyone wants to take a look, I'm going on vacation (figuratively) https://github.com/FireTamer81/1.16.5-DragonBlockCore/tree/main

 

These are the files related to the problem:

DBCoreMain
ClientStuff
world/dimensionStuff/DBDimensions

time_chamber_dimension.json
time_chamber_biome.json
time_chamber_surface_builder.json

resources/META-INF/accesstransformer.cfg

 

this  is the first problem i found, you set the cloud height there to 20.0F, the soulution would be to replace the '20.0F' with 'Float.NaN'
the next thing is you need to call this inside of FMLClientSetupEvent#enqueueWork

 

  • Author

Well, I had tried "NotANumber" a few times, and I even did it in enqueueWork a few of my attempts. I'll try it again though

 

first of all do not use @OnlyIn, it's only for vanilla
you never set the effects field in your dimension.json file
add the following line into this file (to the type part)

    "effects": "dragonblockcore:time_chamber_dimension",


 

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.