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.

[1.16.1] How to give Stairs, Slabs, and Walls its necessary properties for it to work.

Featured Replies

Posted

I have created the stair, slab and wall blocks and items properly. I just don't know how to put the necessary states of these blocks for the json file to work. All the texture are in the correct directory, the blocks render properly in the intventory. The problem just comesup when the blocks are placed. The walls render correctly, it just doesn't connect with each other.

 

Here are the classes for stairs, slabs, and walls.

https://github.com/winkeyface14/VanillaExpansion/blob/master/src/main/java/com/winkeyface14/vanillaexpansion/blocks/QuartzFamilySlab.java

https://github.com/winkeyface14/VanillaExpansion/blob/master/src/main/java/com/winkeyface14/vanillaexpansion/blocks/QuartzFamilyStairs.java

https://github.com/winkeyface14/VanillaExpansion/blob/master/src/main/java/com/winkeyface14/vanillaexpansion/blocks/QuartzFamilyWall.java

  • Author
9 minutes ago, diesieben07 said:

Unfortunately wall connection is very much hardcoded in WallBlock. WallBlock#func_220113_a checks whether a wall can connect in a given direction. You'd have to override that method, but it is private. So you'll have to use an access transformer to make it protected.

I have fixed the wall connection, I just added my wall to the vanilla tag "walls".

 

I have also fixed the slab one, I mistyped my blockstate json file. The stair block is the only problem I have now.

  • Author
26 minutes ago, diesieben07 said:

What's the stair problem?

The stairs have no states (facing, half, shape) when placed in world, so the textures doesn't render properly.

  • Author
21 minutes ago, diesieben07 said:

The QuartzFamilyStairs class is entirely unused. You should get an IDE that tells you these things :P

God I forgot that my IDE tells me that a class is unused, it's gray and I didn't catch it. Thanks!!!

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.