Some fences Nether connect to the overworld fences ;) #3290
Labels
No Label
#P1 CRITICAL
#P2: HIGH
#P3: elevated
#P4 priority: medium
#P6: low
#Review
annoying
API
bug
code quality
combat
commands
compatibility
configurability
contribution inside
controls
core feature
creative mode
delayed for engine release
documentation
duplicate
enhancement
environment
feature request
gameplay
graphics
ground content conflict
GUI/HUD
help wanted
incomplete feature
invalid / won't fix
items
looking for contributor
mapgen
meta
mineclone2+
Minecraft >= 1.13
Minecraft >= 1.17
missing feature
mobile
mobs
mod support
model needed
multiplayer
Needs adoption
needs discussion
needs engine change
needs more information
needs research
nodes
non-mob entities
performance
player
possible close
redstone
release notes
schematics
Skyblock
sounds
Testing / Retest
tools
translation
unconfirmed
mcl5
mcla
Media missing
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#3290
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MineClone2 version: Master
What happened?
The nether fences do not connect to overworld fences or each other.
What should happen:
They should connect like one big fence conga train.
Steps to reproduce
Make fence next to other fences.
They do connect to themselves, however.
They need to use the group, rather than name I'm guessing.
Your assumption is correct.
Example:
Note the variable
wood_connect
-- this allows bamboo fencing to connect to any of the fences made out of wood, that have been properly registered.I would imagine that whoever made them, really didn't know what to connect them to. The crimson and warped fence should connect to other wood fences. The Netherbrick fence... probably to a stone fence; but those are actually "walls" (different module).
Just tested in MC.
The wood fences should connect (including the nether ones) except with the brick ones.
I think everything is right here.
The fence connects for me, and the code looks correct. Close?
Actually, this looks like a mistake on my part, I thought it was a crimson wood fence and wouldn't connect to the warped. Looks like there is 2 types of nether brick. I'm not sure why nether bricks are fences rather than walls, but hey, a minor issue.
Anyway, I'll close this.
Nether brick: the game (mc/mcl) has both. the nether brick fences do not connect to the nether brick walls.
Crimson and Warped fences will connect to overworld fences. Nether brick fences will not connect to overworld fences, but connect to other Nether style fences.
One of the ways to make a pen or wall, is that you put overworld fences and nether brick fences together in an every-other-one fashion. You can walk through it, but all other mobs cannot.