fix: source code
27
src/main/resources/META-INF/mods.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
modLoader="javafml"
|
||||
loaderVersion="[47,)"
|
||||
license="Academic Free License v3.0"
|
||||
|
||||
[[mods]]
|
||||
modId="nims_random_bullshit"
|
||||
version="1.0.0"
|
||||
displayName="Nim's Random Bullshit"
|
||||
displayURL="https://mcreator.net"
|
||||
credits="Created using mod maker MCreator - https://mcreator.net/about"
|
||||
authors="nimsolated, MCreator"
|
||||
|
||||
# Start of user code block mod configuration
|
||||
# End of user code block mod configuration
|
||||
|
||||
[[dependencies.nims_random_bullshit]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.20.1]"
|
||||
ordering="AFTER"
|
||||
side="BOTH"
|
||||
|
||||
|
||||
|
||||
|
||||
# Start of user code block dependencies configuration
|
||||
# End of user code block dependencies configuration
|
||||
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "nims_random_bullshit:block/broken_glass_post"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "nims_random_bullshit:block/broken_glass_side"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "nims_random_bullshit:block/broken_glass_side",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "nims_random_bullshit:block/broken_glass_side_alt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "nims_random_bullshit:block/broken_glass_side_alt",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "nims_random_bullshit:block/broken_glass_noside"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "nims_random_bullshit:block/broken_glass_noside_alt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "nims_random_bullshit:block/broken_glass_noside_alt",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "nims_random_bullshit:block/broken_glass_noside",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "nims_random_bullshit:block/condensed_condensed_condensed_netherrack"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "nims_random_bullshit:block/condensed_condensed_netherrack"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "nims_random_bullshit:block/condensed_netherrack"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "nims_random_bullshit:block/hexa_condensed_netherrack"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": {
|
||||
"model": "nims_random_bullshit:block/ore_miner"
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "nims_random_bullshit:block/ore_miner",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "nims_random_bullshit:block/ore_miner",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "nims_random_bullshit:block/ore_miner",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "nims_random_bullshit:block/penta_condensed_netherrack"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "nims_random_bullshit:block/quadra_condensed_netherrack"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"block.nims_random_bullshit.condensed_condensed_netherrack": "Condensed Condensed Netherrack",
|
||||
"item.nims_random_bullshit.gravedigger": "Gravedigger",
|
||||
"gui.nims_random_bullshit.ore_miner_gui.button_mine": "Mine",
|
||||
"block.nims_random_bullshit.quadra_condensed_netherrack": "Quadra-condensed Netherrack",
|
||||
"block.nims_random_bullshit.penta_condensed_netherrack": "Penta-condensed Netherrack",
|
||||
"item.nims_random_bullshit.magic_dust": "Magic Dust",
|
||||
"enchantment.nims_random_bullshit.passive_income_enchantment": "Passive Income",
|
||||
"item.nims_random_bullshit.netherrackite_pickaxe.description_0": "Non-condensed netherracks broken by this pickaxe drop themselves an additional time.",
|
||||
"item.nims_random_bullshit.netherrackite_pickaxe": "Netherrackite Pickaxe",
|
||||
"effect.nims_random_bullshit.stinky_effect": "Stinky",
|
||||
"block.nims_random_bullshit.broken_glass": "Broken Glass",
|
||||
"block.nims_random_bullshit.hexa_condensed_netherrack": "Hexa-condensed Netherrack",
|
||||
"block.nims_random_bullshit.ore_miner": "Ore Miner",
|
||||
"effect.nims_random_bullshit.summoned_entity_effect": "Summoned Entity",
|
||||
"item.nims_random_bullshit.sand_dust": "Sand Dust",
|
||||
"item.nims_random_bullshit.magic_flesh": "Magic Flesh",
|
||||
"item.nims_random_bullshit.ghoul_spawn_egg": "Ghoul Spawn Egg",
|
||||
"item.nims_random_bullshit.block_eater": "Block Eater",
|
||||
"item.nims_random_bullshit.golden_berries": "Golden Berries",
|
||||
"block.nims_random_bullshit.condensed_condensed_condensed_netherrack": "Condensed Condensed Condensed Netherrack",
|
||||
"entity.nims_random_bullshit.ghoul": "Ghoul",
|
||||
"gui.nims_random_bullshit.shit_gui.label_uh_ohh_stinky": "UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! ",
|
||||
"item.nims_random_bullshit.lapis_lazuli_nugget": "Lapis Lazuli Nugget",
|
||||
"item.nims_random_bullshit.gravedigger.description_1": "We must dig!",
|
||||
"item.nims_random_bullshit.gravedigger.description_0": "Right-Click on soul sand or soul soil to use them, summoning a ghoul that attacks hostile mobs.",
|
||||
"item.nims_random_bullshit.shit": "Shit",
|
||||
"block.nims_random_bullshit.condensed_netherrack": "Condensed Netherrack",
|
||||
"enchantment.nims_random_bullshit.netherracking_enchantment": "Netherracking",
|
||||
"item.nims_random_bullshit.netherrackite": "Netherrackite"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/template_glass_pane_noside",
|
||||
"textures": {
|
||||
"particle": "nims_random_bullshit:block/broken_glass",
|
||||
"pane": "nims_random_bullshit:block/broken_glass"
|
||||
},
|
||||
"render_type": "translucent"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/template_glass_pane_noside_alt",
|
||||
"textures": {
|
||||
"particle": "nims_random_bullshit:block/broken_glass",
|
||||
"pane": "nims_random_bullshit:block/broken_glass"
|
||||
},
|
||||
"render_type": "translucent"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "block/template_glass_pane_post",
|
||||
"textures": {
|
||||
"particle": "nims_random_bullshit:block/broken_glass",
|
||||
"edge": "nims_random_bullshit:block/broken_glass",
|
||||
"pane": "nims_random_bullshit:block/broken_glass"
|
||||
},
|
||||
"render_type": "translucent"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "block/template_glass_pane_side",
|
||||
"textures": {
|
||||
"particle": "nims_random_bullshit:block/broken_glass",
|
||||
"edge": "nims_random_bullshit:block/broken_glass",
|
||||
"pane": "nims_random_bullshit:block/broken_glass"
|
||||
},
|
||||
"render_type": "translucent"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "block/template_glass_pane_side_alt",
|
||||
"textures": {
|
||||
"particle": "nims_random_bullshit:block/broken_glass",
|
||||
"edge": "nims_random_bullshit:block/broken_glass",
|
||||
"pane": "nims_random_bullshit:block/broken_glass"
|
||||
},
|
||||
"render_type": "translucent"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/condensed_condensed_condensed_netherrack",
|
||||
"up": "nims_random_bullshit:block/condensed_condensed_condensed_netherrack",
|
||||
"north": "nims_random_bullshit:block/condensed_condensed_condensed_netherrack",
|
||||
"east": "nims_random_bullshit:block/condensed_condensed_condensed_netherrack",
|
||||
"south": "nims_random_bullshit:block/condensed_condensed_condensed_netherrack",
|
||||
"west": "nims_random_bullshit:block/condensed_condensed_condensed_netherrack",
|
||||
"particle": "nims_random_bullshit:block/condensed_condensed_condensed_netherrack"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/condensed_condensed_netherrack_1",
|
||||
"up": "nims_random_bullshit:block/condensed_condensed_netherrack_1",
|
||||
"north": "nims_random_bullshit:block/condensed_condensed_netherrack_1",
|
||||
"east": "nims_random_bullshit:block/condensed_condensed_netherrack_1",
|
||||
"south": "nims_random_bullshit:block/condensed_condensed_netherrack_1",
|
||||
"west": "nims_random_bullshit:block/condensed_condensed_netherrack_1",
|
||||
"particle": "nims_random_bullshit:block/condensed_condensed_netherrack_1"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/condensed_netherrack_1",
|
||||
"up": "nims_random_bullshit:block/condensed_netherrack_1",
|
||||
"north": "nims_random_bullshit:block/condensed_netherrack_1",
|
||||
"east": "nims_random_bullshit:block/condensed_netherrack_1",
|
||||
"south": "nims_random_bullshit:block/condensed_netherrack_1",
|
||||
"west": "nims_random_bullshit:block/condensed_netherrack_1",
|
||||
"particle": "nims_random_bullshit:block/condensed_netherrack_1"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/hexa-condensed_netherrack",
|
||||
"up": "nims_random_bullshit:block/hexa-condensed_netherrack",
|
||||
"north": "nims_random_bullshit:block/hexa-condensed_netherrack",
|
||||
"east": "nims_random_bullshit:block/hexa-condensed_netherrack",
|
||||
"south": "nims_random_bullshit:block/hexa-condensed_netherrack",
|
||||
"west": "nims_random_bullshit:block/hexa-condensed_netherrack",
|
||||
"particle": "nims_random_bullshit:block/hexa-condensed_netherrack"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/ore_miner_bottom",
|
||||
"up": "nims_random_bullshit:block/ore_miner_top_180",
|
||||
"north": "nims_random_bullshit:block/ore_miner_side",
|
||||
"east": "nims_random_bullshit:block/ore_miner_side",
|
||||
"south": "nims_random_bullshit:block/ore_miner_side",
|
||||
"west": "nims_random_bullshit:block/ore_miner_side",
|
||||
"particle": "nims_random_bullshit:block/ore_miner_bottom"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/penta-condensed_netherrack",
|
||||
"up": "nims_random_bullshit:block/penta-condensed_netherrack",
|
||||
"north": "nims_random_bullshit:block/penta-condensed_netherrack",
|
||||
"east": "nims_random_bullshit:block/penta-condensed_netherrack",
|
||||
"south": "nims_random_bullshit:block/penta-condensed_netherrack",
|
||||
"west": "nims_random_bullshit:block/penta-condensed_netherrack",
|
||||
"particle": "nims_random_bullshit:block/penta-condensed_netherrack"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/quadra-condensed_netherrack",
|
||||
"up": "nims_random_bullshit:block/quadra-condensed_netherrack",
|
||||
"north": "nims_random_bullshit:block/quadra-condensed_netherrack",
|
||||
"east": "nims_random_bullshit:block/quadra-condensed_netherrack",
|
||||
"south": "nims_random_bullshit:block/quadra-condensed_netherrack",
|
||||
"west": "nims_random_bullshit:block/quadra-condensed_netherrack",
|
||||
"particle": "nims_random_bullshit:block/quadra-condensed_netherrack"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
|
After Width: | Height: | Size: 99 B |
|
After Width: | Height: | Size: 247 B |
|
After Width: | Height: | Size: 250 B |
|
After Width: | Height: | Size: 250 B |
|
After Width: | Height: | Size: 249 B |
|
After Width: | Height: | Size: 664 B |
|
After Width: | Height: | Size: 567 B |
|
After Width: | Height: | Size: 180 B |
|
After Width: | Height: | Size: 250 B |
|
After Width: | Height: | Size: 243 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 423 B |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 510 B |
|
After Width: | Height: | Size: 211 B |
|
After Width: | Height: | Size: 188 B |
|
After Width: | Height: | Size: 389 B |
|
After Width: | Height: | Size: 183 B |
|
After Width: | Height: | Size: 279 B |
|
After Width: | Height: | Size: 160 B |
|
After Width: | Height: | Size: 166 B |
|
After Width: | Height: | Size: 163 B |
|
After Width: | Height: | Size: 390 B |
|
After Width: | Height: | Size: 146 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 998 B |
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"nims_random_bullshit:hexa_condensed_netherrack",
|
||||
"nims_random_bullshit:penta_condensed_netherrack",
|
||||
"nims_random_bullshit:quadra_condensed_netherrack",
|
||||
"nims_random_bullshit:condensed_condensed_condensed_netherrack",
|
||||
"nims_random_bullshit:condensed_condensed_netherrack",
|
||||
"nims_random_bullshit:condensed_netherrack"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"nims_random_bullshit:netherrackite_pickaxe"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"nims_random_bullshit:gravedigger"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"random_sequence": "nims_random_bullshit:blocks/broken_glass",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "nims_random_bullshit:broken_glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"random_sequence": "nims_random_bullshit:blocks/condensed_condensed_condensed_netherrack",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "nims_random_bullshit:condensed_condensed_condensed_netherrack"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"random_sequence": "nims_random_bullshit:blocks/condensed_condensed_netherrack",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "nims_random_bullshit:condensed_condensed_netherrack"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"random_sequence": "nims_random_bullshit:blocks/condensed_netherrack",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "nims_random_bullshit:condensed_netherrack"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"random_sequence": "nims_random_bullshit:blocks/hexa_condensed_netherrack",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "nims_random_bullshit:hexa_condensed_netherrack"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"random_sequence": "nims_random_bullshit:blocks/ore_miner",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "nims_random_bullshit:ore_miner"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"random_sequence": "nims_random_bullshit:blocks/penta_condensed_netherrack",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "nims_random_bullshit:penta_condensed_netherrack"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"random_sequence": "nims_random_bullshit:blocks/quadra_condensed_netherrack",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "nims_random_bullshit:quadra_condensed_netherrack"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"pattern": [
|
||||
"ab",
|
||||
"bb"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "minecraft:dragon_head"
|
||||
},
|
||||
"b": {
|
||||
"item": "nims_random_bullshit:condensed_condensed_condensed_netherrack"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:block_eater",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "nims_random_bullshit:shit"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:bone_meal",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"pattern": [
|
||||
"a b",
|
||||
" c ",
|
||||
"d e"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "minecraft:red_dye"
|
||||
},
|
||||
"b": {
|
||||
"item": "minecraft:green_dye"
|
||||
},
|
||||
"c": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"d": {
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
"e": {
|
||||
"item": "minecraft:yellow_dye"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:broken_glass",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"pattern": [
|
||||
"aaa",
|
||||
"aaa",
|
||||
"aaa"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "nims_random_bullshit:condensed_condensed_netherrack"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:condensed_condensed_condensed_netherrack",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "nims_random_bullshit:condensed_condensed_condensed_netherrack"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:condensed_condensed_netherrack",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"pattern": [
|
||||
"aaa",
|
||||
"aaa",
|
||||
"aaa"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "nims_random_bullshit:condensed_netherrack"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:condensed_condensed_netherrack",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"pattern": [
|
||||
"aaa",
|
||||
"aaa",
|
||||
"aaa"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:condensed_netherrack",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "nims_random_bullshit:condensed_condensed_netherrack"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:condensed_netherrack",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"aaa",
|
||||
"aba",
|
||||
"aaa"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "minecraft:gold_nugget"
|
||||
},
|
||||
"b": {
|
||||
"item": "minecraft:sweet_berries"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:golden_berries",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"pattern": [
|
||||
" a ",
|
||||
"bcb",
|
||||
"bcb"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "minecraft:wither_skeleton_skull"
|
||||
},
|
||||
"b": {
|
||||
"item": "minecraft:ghast_tear"
|
||||
},
|
||||
"c": {
|
||||
"item": "minecraft:bone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:gravedigger",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"pattern": [
|
||||
"aaa",
|
||||
"aaa",
|
||||
"aaa"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "nims_random_bullshit:penta_condensed_netherrack"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:hexa_condensed_netherrack",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "nims_random_bullshit:hexa_condensed_netherrack"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:penta_condensed_netherrack",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:lapis_lazuli_nugget",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "nims_random_bullshit:lapis_lazuli_nugget"
|
||||
},
|
||||
{
|
||||
"item": "nims_random_bullshit:lapis_lazuli_nugget"
|
||||
},
|
||||
{
|
||||
"item": "nims_random_bullshit:lapis_lazuli_nugget"
|
||||
},
|
||||
{
|
||||
"item": "nims_random_bullshit:lapis_lazuli_nugget"
|
||||
},
|
||||
{
|
||||
"item": "nims_random_bullshit:lapis_lazuli_nugget"
|
||||
},
|
||||
{
|
||||
"item": "nims_random_bullshit:lapis_lazuli_nugget"
|
||||
},
|
||||
{
|
||||
"item": "nims_random_bullshit:lapis_lazuli_nugget"
|
||||
},
|
||||
{
|
||||
"item": "nims_random_bullshit:lapis_lazuli_nugget"
|
||||
},
|
||||
{
|
||||
"item": "nims_random_bullshit:lapis_lazuli_nugget"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:lapis_lazuli",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"aaa",
|
||||
"aba",
|
||||
"aaa"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "nims_random_bullshit:lapis_lazuli_nugget"
|
||||
},
|
||||
"b": {
|
||||
"item": "nims_random_bullshit:sand_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:magic_dust",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:rotten_flesh"
|
||||
},
|
||||
{
|
||||
"item": "nims_random_bullshit:magic_dust"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:magic_flesh",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "nims_random_bullshit:condensed_netherrack"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherrack",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"item": "minecraft:netherite_pickaxe"
|
||||
},
|
||||
"addition": {
|
||||
"item": "nims_random_bullshit:netherrackite"
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:netherrackite_pickaxe"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"template": [],
|
||||
"base": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"addition": {
|
||||
"item": "nims_random_bullshit:condensed_condensed_condensed_netherrack"
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:netherrackite"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"aaa",
|
||||
"aba",
|
||||
"aaa"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "minecraft:netherite_scrap"
|
||||
},
|
||||
"b": {
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_upgrade_smithing_template",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"template": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"base": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"addition": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_upgrade_smithing_template"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:raw_copper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:raw_iron"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherite_scrap"
|
||||
},
|
||||
{
|
||||
"item": "nims_random_bullshit:quadra_condensed_netherrack"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:raw_gold"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:ore_miner",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"pattern": [
|
||||
"aaa",
|
||||
"aaa",
|
||||
"aaa"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "nims_random_bullshit:quadra_condensed_netherrack"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:penta_condensed_netherrack",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "nims_random_bullshit:penta_condensed_netherrack"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:quadra_condensed_netherrack",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"pattern": [
|
||||
"aaa",
|
||||
"aaa",
|
||||
"aaa"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "nims_random_bullshit:condensed_condensed_condensed_netherrack"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:quadra_condensed_netherrack",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "nims_random_bullshit:quadra_condensed_netherrack"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:condensed_condensed_condensed_netherrack",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:sand_dust",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"aa",
|
||||
"aa"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "nims_random_bullshit:sand_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:sand",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:coarse_dirt"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:shit",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "nims_random_bullshit:broken_glass"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:shit",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:netherrack",
|
||||
"nims_random_bullshit:condensed_netherrack",
|
||||
"nims_random_bullshit:condensed_condensed_netherrack",
|
||||
"nims_random_bullshit:condensed_condensed_condensed_netherrack",
|
||||
"nims_random_bullshit:quadra_condensed_netherrack",
|
||||
"nims_random_bullshit:penta_condensed_netherrack"
|
||||
]
|
||||
}
|
||||
6
src/main/resources/pack.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||