Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MC1.12.2] "type":"touching" rule is not working #70

Open
delta-nos opened this issue Nov 21, 2021 · 0 comments
Open

[MC1.12.2] "type":"touching" rule is not working #70

delta-nos opened this issue Nov 21, 2021 · 0 comments

Comments

@delta-nos
Copy link

delta-nos commented Nov 21, 2021

MCVersion: 1.12.2
ForgeVersion: 14.23.5.2855
ModVersion: 2.0.15

My json:

{
	"iron_c0":{
		"type":"sphere",
		"stone":"minecraft:air",
		"ore":[{"block":"minecraft:iron_ore", "meta":0}],
		"rules":{"type":"touching", "block":"minecraft:grass"},
		"rarity":4, "count":1, "density":80,
		"min_y":0, "max_y":128,
		"vertical_size":20, "horizontal_size":20,
		"dimensions":[0]
	}
}

Result:
2021-11-21_12 58 35

Description:
I think iron ore should be generated only on grass block, but they are generated anywhere. I want to generate ores only cave walls, I tried this json too:

{
	"iron_c0":{
		"type":"sphere",
		"stone":"minecraft:stone",
		"ore":[{"block":"minecraft:iron_ore", "meta":0}],
		"rules":{"type":"touching", "block":"minecraft:air"},
		"rarity":4, "count":1, "density":80,
		"min_y":0, "max_y":128,
		"vertical_size":20, "horizontal_size":20,
		"dimensions":[0]
	}
}

but touching rules are ignored. what should I do.
(If you aren't support MC1.12.2 version yet, I'm so sorry.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant