update: 1.8.0
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"variants": {
|
||||
"blockstate=0": {
|
||||
"model": "nims_random_bullshit:block/rave_block"
|
||||
},
|
||||
"blockstate=1": {
|
||||
"model": "nims_random_bullshit:block/rave_block_states_blockstate_0"
|
||||
},
|
||||
"blockstate=2": {
|
||||
"model": "nims_random_bullshit:block/rave_block_states_blockstate_1"
|
||||
},
|
||||
"blockstate=3": {
|
||||
"model": "nims_random_bullshit:block/rave_block_states_blockstate_2"
|
||||
},
|
||||
"blockstate=4": {
|
||||
"model": "nims_random_bullshit:block/rave_block_states_blockstate_3"
|
||||
},
|
||||
"blockstate=5": {
|
||||
"model": "nims_random_bullshit:block/rave_block_states_blockstate_4"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -27,6 +27,7 @@
|
||||
"gui.nims_random_bullshit.mailbox_gui.outbox_y_coord": "0",
|
||||
"item.nims_random_bullshit.wither_question_mark": "Wither...?",
|
||||
"advancements.block_eater_advancement.descr": "Eat a block with the Block Eater",
|
||||
"enchantment.nims_random_bullshit.ruining_enchantment": "Ruining",
|
||||
"advancements.tux_advancement.title": "Tux!?",
|
||||
"advancements.netherrack_juice_advancement.descr": "Obtain Netherrack Juice",
|
||||
"block.nims_random_bullshit.condensed_condensed_netherrack": "Condensed Condensed Netherrack",
|
||||
@@ -35,12 +36,14 @@
|
||||
"advancements.shit_advancement.descr": "Shit",
|
||||
"gui.nims_random_bullshit.bedrockifier_gui.button_empty": "-\u003e",
|
||||
"block.nims_random_bullshit.hexa_condensed_netherrack": "Hexa-condensed Netherrack",
|
||||
"enchantment.nims_random_bullshit.sundering_enchantment": "Sundering",
|
||||
"item.nims_random_bullshit.sand_dust": "Sand Dust",
|
||||
"entity.nims_random_bullshit.tux": "Tux",
|
||||
"block.nims_random_bullshit.bedrockifier": "Bedrockifier",
|
||||
"item.nims_random_bullshit.magic_flesh": "Magic Flesh",
|
||||
"item.nims_random_bullshit.golden_berries": "Golden Berries",
|
||||
"item.nims_random_bullshit.netherrack_juice_bucket": "Netherrack Juice Bucket",
|
||||
"item.nims_random_bullshit.black_iron_ingot": "Black Iron Ingot",
|
||||
"item.nims_random_bullshit.orichalcum": "Orichalcum",
|
||||
"advancements.magic_egg_advancement.descr": "Obtain a Magic Egg",
|
||||
"item.nims_random_bullshit.pocket_lightning.description_0": "Spawns lightning wherever it lands.",
|
||||
@@ -50,6 +53,7 @@
|
||||
"block.nims_random_bullshit.condensed_netherrack": "Condensed Netherrack",
|
||||
"block.nims_random_bullshit.magma_brick_slabs": "Magma Brick Slab",
|
||||
"item.nims_random_bullshit.pocket_lightning": "Pocket Lightning",
|
||||
"item.nims_random_bullshit.night_vision_goggles_helmet": "Night Vision Goggles",
|
||||
"advancements.orichalcum_set_advancement.title": "Cover Me In Orc Cum",
|
||||
"item.nims_random_bullshit.star_wand": "Star Wand",
|
||||
"gui.nims_random_bullshit.ore_miner_gui.button_mine": "Mine",
|
||||
@@ -67,6 +71,7 @@
|
||||
"advancements.orichalcum_advancement.title": "Folly Red Cum",
|
||||
"item.nims_random_bullshit.ghoul_spawn_egg": "Ghoul Spawn Egg",
|
||||
"block.nims_random_bullshit.magma_brick_walls": "Magma Brick Wall",
|
||||
"block.nims_random_bullshit.rave_block": "Rave Block",
|
||||
"gui.nims_random_bullshit.mailbox_gui.label_y": "Y:",
|
||||
"gui.nims_random_bullshit.mailbox_gui.label_z": "Z:",
|
||||
"item.nims_random_bullshit.tux_spawn_egg": "Tux Spawn Egg",
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/rave_block",
|
||||
"up": "nims_random_bullshit:block/rave_block",
|
||||
"north": "nims_random_bullshit:block/rave_block",
|
||||
"east": "nims_random_bullshit:block/rave_block",
|
||||
"south": "nims_random_bullshit:block/rave_block",
|
||||
"west": "nims_random_bullshit:block/rave_block",
|
||||
"particle": "nims_random_bullshit:block/rave_block"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/rave_block_r",
|
||||
"up": "nims_random_bullshit:block/rave_block_r",
|
||||
"north": "nims_random_bullshit:block/rave_block_r",
|
||||
"east": "nims_random_bullshit:block/rave_block_r",
|
||||
"south": "nims_random_bullshit:block/rave_block_r",
|
||||
"west": "nims_random_bullshit:block/rave_block_r",
|
||||
"particle": "nims_random_bullshit:block/rave_block"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/rave_block_y",
|
||||
"up": "nims_random_bullshit:block/rave_block_y",
|
||||
"north": "nims_random_bullshit:block/rave_block_y",
|
||||
"east": "nims_random_bullshit:block/rave_block_y",
|
||||
"south": "nims_random_bullshit:block/rave_block_y",
|
||||
"west": "nims_random_bullshit:block/rave_block_y",
|
||||
"particle": "nims_random_bullshit:block/rave_block"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/rave_block_g",
|
||||
"up": "nims_random_bullshit:block/rave_block_g",
|
||||
"north": "nims_random_bullshit:block/rave_block_g",
|
||||
"east": "nims_random_bullshit:block/rave_block_g",
|
||||
"south": "nims_random_bullshit:block/rave_block_g",
|
||||
"west": "nims_random_bullshit:block/rave_block_g",
|
||||
"particle": "nims_random_bullshit:block/rave_block"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/rave_block_b",
|
||||
"up": "nims_random_bullshit:block/rave_block_b",
|
||||
"north": "nims_random_bullshit:block/rave_block_b",
|
||||
"east": "nims_random_bullshit:block/rave_block_b",
|
||||
"south": "nims_random_bullshit:block/rave_block_b",
|
||||
"west": "nims_random_bullshit:block/rave_block_b",
|
||||
"particle": "nims_random_bullshit:block/rave_block"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"down": "nims_random_bullshit:block/rave_block_p",
|
||||
"up": "nims_random_bullshit:block/rave_block_p",
|
||||
"north": "nims_random_bullshit:block/rave_block_p",
|
||||
"east": "nims_random_bullshit:block/rave_block_p",
|
||||
"south": "nims_random_bullshit:block/rave_block_p",
|
||||
"west": "nims_random_bullshit:block/rave_block_p",
|
||||
"particle": "nims_random_bullshit:block/rave_block"
|
||||
},
|
||||
"render_type": "solid"
|
||||
}
|
||||
|
After Width: | Height: | Size: 88 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 86 B |
|
After Width: | Height: | Size: 173 B |
|
After Width: | Height: | Size: 116 B |
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"random_sequence": "nims_random_bullshit:blocks/rave_block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "nims_random_bullshit:rave_block"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:black_iron_ingot",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"pattern": [
|
||||
"a a",
|
||||
"bab",
|
||||
"a a"
|
||||
],
|
||||
"key": {
|
||||
"a": {
|
||||
"item": "nims_random_bullshit:black_iron_ingot"
|
||||
},
|
||||
"b": {
|
||||
"item": "minecraft:lime_stained_glass_pane"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:night_vision_goggles_helmet",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:white_concrete"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:red_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:yellow_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:lime_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:light_blue_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:magenta_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:amethyst_shard"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glow_ink_sac"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "nims_random_bullshit:rave_block",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||