Ajout du dossier au depot

This commit is contained in:
felden.r@grenoble.archi.fr
2025-02-20 17:23:54 +01:00
parent e767cd536a
commit 4c2b1787ff
14401 changed files with 1150358 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"type": "forge:add_features",
"biomes": {
"type": "forge:any"
},
"features": "custom_ore_gen:sharddiamondblockore",
"step": "top_layer_modification"
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:block",
"random_sequence": "custom_ore_gen:blocks/sharddiamondblockore",
"pools": [
{
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"name": "custom_ore_gen:diamondshard",
"functions": [
{
"count": 2,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
]
}
]
}
]
}
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aaa",
"aaa",
"aaa"
],
"key": {
"a": {
"item": "custom_ore_gen:diamondshard"
}
},
"result": {
"item": "minecraft:diamond",
"count": 1
}
}
@@ -0,0 +1,31 @@
{
"type": "minecraft:ore",
"config": {
"size": 16,
"discard_chance_on_air_exposure": 0,
"targets": [
{
"target": {
"predicate_type": "blockstate_match",
"block_state": {
"Name": "minecraft:diamond_ore"
}
},
"state": {
"Name": "custom_ore_gen:sharddiamondblockore"
}
},
{
"target": {
"predicate_type": "blockstate_match",
"block_state": {
"Name": "minecraft:deepslate_diamond_ore"
}
},
"state": {
"Name": "custom_ore_gen:sharddiamondblockore"
}
}
]
}
}
@@ -0,0 +1,27 @@
{
"feature": "custom_ore_gen:sharddiamondblockore",
"placement": [
{
"type": "minecraft:count",
"count": 20
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"min_inclusive": {
"absolute": -64
},
"max_inclusive": {
"absolute": 64
}
}
},
{
"type": "minecraft:biome"
}
]
}
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"custom_ore_gen:sharddiamondblockore"
]
}
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"custom_ore_gen:sharddiamondblockore"
]
}