update: 1.5.0

This commit is contained in:
nimsolated
2026-03-14 11:32:30 -07:00
parent 58d8942ed2
commit aa8c6fa7bd
125 changed files with 4697 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ license="Academic Free License v3.0"
[[mods]]
modId="nims_random_bullshit"
version="1.4.2"
version="1.5.0"
displayName="Nim's Random Bullshit"
displayURL="https://mcreator.net"
credits="Created using mod maker MCreator - https://mcreator.net/about"

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=floor,facing=east,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button",
"y": 90
},
"face=floor,facing=west,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button",
"y": 270
},
"face=floor,facing=south,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button",
"y": 180
},
"face=floor,facing=north,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button"
},
"face=wall,facing=east,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button",
"uvlock": true,
"x": 90,
"y": 90
},
"face=wall,facing=west,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button",
"uvlock": true,
"x": 90,
"y": 270
},
"face=wall,facing=south,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button",
"uvlock": true,
"x": 90,
"y": 180
},
"face=wall,facing=north,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button",
"uvlock": true,
"x": 90
},
"face=ceiling,facing=east,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=west,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=south,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button",
"x": 180
},
"face=ceiling,facing=north,powered=false": {
"model": "nims_random_bullshit:block/magma_brick_button",
"x": 180,
"y": 180
},
"face=floor,facing=east,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed",
"y": 90
},
"face=floor,facing=west,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed",
"y": 270
},
"face=floor,facing=south,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed",
"y": 180
},
"face=floor,facing=north,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed"
},
"face=wall,facing=east,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed",
"uvlock": true,
"x": 90,
"y": 90
},
"face=wall,facing=west,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed",
"uvlock": true,
"x": 90,
"y": 270
},
"face=wall,facing=south,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed",
"uvlock": true,
"x": 90,
"y": 180
},
"face=wall,facing=north,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed",
"uvlock": true,
"x": 90
},
"face=ceiling,facing=east,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=west,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed",
"x": 180,
"y": 90
},
"face=ceiling,facing=south,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed",
"x": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "nims_random_bullshit:block/magma_brick_button_pressed",
"x": 180,
"y": 180
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "nims_random_bullshit:block/magma_brick_pressure_plate"
},
"powered=true": {
"model": "nims_random_bullshit:block/magma_brick_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "nims_random_bullshit:block/magma_brick_slabs"
},
"type=top": {
"model": "nims_random_bullshit:block/magma_brick_slabs_top"
},
"type=double": {
"model": "nims_random_bullshit:block/magma_brick_slabs_full"
}
}
}

View File

@@ -0,0 +1,209 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": {
"model": "nims_random_bullshit:block/magma_brick_stairs"
},
"facing=west,half=bottom,shape=straight": {
"model": "nims_random_bullshit:block/magma_brick_stairs",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "nims_random_bullshit:block/magma_brick_stairs",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "nims_random_bullshit:block/magma_brick_stairs",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner"
},
"facing=west,half=bottom,shape=inner_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner"
},
"facing=north,half=bottom,shape=inner_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "nims_random_bullshit:block/magma_brick_stairs",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "nims_random_bullshit:block/magma_brick_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "nims_random_bullshit:block/magma_brick_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=straight": {
"model": "nims_random_bullshit:block/magma_brick_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=outer_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=inner_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer"
},
"facing=west,half=bottom,shape=outer_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer"
},
"facing=north,half=bottom,shape=outer_left": {
"model": "nims_random_bullshit:block/magma_brick_stairs_outer",
"y": 180,
"uvlock": true
}
}
}

View File

@@ -0,0 +1,90 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "nims_random_bullshit:block/magma_brick_walls_post"
}
},
{
"when": {
"north": "low"
},
"apply": {
"model": "nims_random_bullshit:block/magma_brick_walls",
"uvlock": true
}
},
{
"when": {
"east": "low"
},
"apply": {
"model": "nims_random_bullshit:block/magma_brick_walls",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "low"
},
"apply": {
"model": "nims_random_bullshit:block/magma_brick_walls",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "low"
},
"apply": {
"model": "nims_random_bullshit:block/magma_brick_walls",
"y": 270,
"uvlock": true
}
},
{
"when": {
"north": "tall"
},
"apply": {
"model": "nims_random_bullshit:block/magma_brick_walls_side_tall",
"uvlock": true
}
},
{
"when": {
"east": "tall"
},
"apply": {
"model": "nims_random_bullshit:block/magma_brick_walls_side_tall",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "tall"
},
"apply": {
"model": "nims_random_bullshit:block/magma_brick_walls_side_tall",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "tall"
},
"apply": {
"model": "nims_random_bullshit:block/magma_brick_walls_side_tall",
"y": 270,
"uvlock": true
}
}
]
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "nims_random_bullshit:block/magma_bricks"
}
}
}

View File

@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "nims_random_bullshit:block/redstone_brick_slabs"
},
"type=top": {
"model": "nims_random_bullshit:block/redstone_brick_slabs_top"
},
"type=double": {
"model": "nims_random_bullshit:block/redstone_brick_slabs_full"
}
}
}

View File

@@ -0,0 +1,209 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": {
"model": "nims_random_bullshit:block/redstone_brick_stairs"
},
"facing=west,half=bottom,shape=straight": {
"model": "nims_random_bullshit:block/redstone_brick_stairs",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "nims_random_bullshit:block/redstone_brick_stairs",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "nims_random_bullshit:block/redstone_brick_stairs",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner"
},
"facing=west,half=bottom,shape=inner_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner"
},
"facing=north,half=bottom,shape=inner_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "nims_random_bullshit:block/redstone_brick_stairs",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "nims_random_bullshit:block/redstone_brick_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "nims_random_bullshit:block/redstone_brick_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=straight": {
"model": "nims_random_bullshit:block/redstone_brick_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=outer_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=inner_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer"
},
"facing=west,half=bottom,shape=outer_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer"
},
"facing=north,half=bottom,shape=outer_left": {
"model": "nims_random_bullshit:block/redstone_brick_stairs_outer",
"y": 180,
"uvlock": true
}
}
}

View File

@@ -0,0 +1,90 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "nims_random_bullshit:block/redstone_brick_walls_post"
}
},
{
"when": {
"north": "low"
},
"apply": {
"model": "nims_random_bullshit:block/redstone_brick_walls",
"uvlock": true
}
},
{
"when": {
"east": "low"
},
"apply": {
"model": "nims_random_bullshit:block/redstone_brick_walls",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "low"
},
"apply": {
"model": "nims_random_bullshit:block/redstone_brick_walls",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "low"
},
"apply": {
"model": "nims_random_bullshit:block/redstone_brick_walls",
"y": 270,
"uvlock": true
}
},
{
"when": {
"north": "tall"
},
"apply": {
"model": "nims_random_bullshit:block/redstone_brick_walls_side_tall",
"uvlock": true
}
},
{
"when": {
"east": "tall"
},
"apply": {
"model": "nims_random_bullshit:block/redstone_brick_walls_side_tall",
"y": 90,
"uvlock": true
}
},
{
"when": {
"south": "tall"
},
"apply": {
"model": "nims_random_bullshit:block/redstone_brick_walls_side_tall",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "tall"
},
"apply": {
"model": "nims_random_bullshit:block/redstone_brick_walls_side_tall",
"y": 270,
"uvlock": true
}
}
]
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "nims_random_bullshit:block/redstone_bricks"
}
}
}

View File

@@ -4,18 +4,23 @@
"gui.nims_random_bullshit.ore_miner_gui.button_mine": "Mine",
"block.nims_random_bullshit.penta_condensed_netherrack": "Penta-condensed Netherrack",
"item.nims_random_bullshit.magic_dust": "Magic Dust",
"block.nims_random_bullshit.magma_brick_button": "Magma Brick Button",
"enchantment.nims_random_bullshit.passive_income_enchantment": "Passive Income",
"gui.nims_random_bullshit.label_copy_machine_gui.button_copy": "Copy",
"gui.nims_random_bullshit.mailbox_gui.outbox_x_coord": "0",
"block.nims_random_bullshit.broken_glass": "Broken Glass",
"block.nims_random_bullshit.redstone_brick_walls": "Redstone Brick Wall",
"block.nims_random_bullshit.rubber_fence": "Rubber Fence",
"block.nims_random_bullshit.label_copy_machine": "Label Copy Machine",
"item.nims_random_bullshit.bean": "Bean",
"effect.nims_random_bullshit.summoned_entity_effect": "Summoned Entity",
"block.nims_random_bullshit.rubber_slab": "Rubber Slab",
"gui.nims_random_bullshit.mailbox_name_entry_gui.mailbox_name_field": "",
"item.nims_random_bullshit.shipping_label": "Shipping Label",
"item.nims_random_bullshit.ghoul_spawn_egg": "Ghoul Spawn Egg",
"block.nims_random_bullshit.magma_brick_walls": "Magma Brick Wall",
"gui.nims_random_bullshit.mailbox_gui.label_y": "Y:",
"block.nims_random_bullshit.redstone_bricks": "Redstone Bricks",
"gui.nims_random_bullshit.mailbox_gui.label_z": "Z:",
"item.nims_random_bullshit.tux_spawn_egg": "Tux Spawn Egg",
"gui.nims_random_bullshit.mailbox_gui.label_x": "X:",
@@ -28,8 +33,11 @@
"gui.nims_random_bullshit.label_copy_machine_gui.tooltip_paper_slot": "Paper Slot",
"block.nims_random_bullshit.mailbox": "Mailbox",
"gui.nims_random_bullshit.mailbox_gui.button_send": "Send",
"block.nims_random_bullshit.redstone_brick_stairs": "Redstone Brick Stairs",
"gui.nims_random_bullshit.mailbox_gui.outbox_y_coord": "0",
"gui.nims_random_bullshit.mailbox_gui.label_inbox": "Inbox",
"block.nims_random_bullshit.magma_brick_pressure_plate": "Magma Brick Pressure Plate",
"item.nims_random_bullshit.cheese": "Cheese",
"item.nims_random_bullshit.netherrackite": "Netherrackite Ingot",
"block.nims_random_bullshit.condensed_condensed_netherrack": "Condensed Condensed Netherrack",
"item.nims_random_bullshit.gravedigger": "Gravedigger",
@@ -56,9 +64,13 @@
"entity.nims_random_bullshit.ghoul": "Ghoul",
"item.nims_random_bullshit.star": "Star",
"gui.nims_random_bullshit.shit_gui.label_uh_ohh_stinky": "UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! ",
"block.nims_random_bullshit.magma_bricks": "Magma Bricks",
"block.nims_random_bullshit.rubber_pressure_plate": "Rubber Pressure Plate",
"item.nims_random_bullshit.shit": "Shit",
"block.nims_random_bullshit.condensed_netherrack": "Condensed Netherrack",
"block.nims_random_bullshit.magma_brick_stairs": "Magma Brick Stairs",
"block.nims_random_bullshit.magma_brick_slabs": "Magma Brick Slab",
"gui.nims_random_bullshit.label_copy_machine_gui.tooltip_shipping_label_slot": "Shipping Label Slot",
"block.nims_random_bullshit.redstone_brick_slabs": "Redstone Brick Slab",
"gui.nims_random_bullshit.mailbox_name_entry_gui.label_mailbox_name": "Mailbox Name:"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/button",
"textures": {
"particle": "nims_random_bullshit:block/magma_bricks_2",
"texture": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/button_inventory",
"textures": {
"particle": "nims_random_bullshit:block/magma_bricks_2",
"texture": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/button_pressed",
"textures": {
"particle": "nims_random_bullshit:block/magma_bricks_2",
"texture": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/pressure_plate_up",
"textures": {
"particle": "nims_random_bullshit:block/magma_bricks_2",
"texture": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/pressure_plate_down",
"textures": {
"particle": "nims_random_bullshit:block/magma_bricks_2",
"texture": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/slab",
"textures": {
"particle": "nims_random_bullshit:block/magma_bricks_2",
"bottom": "nims_random_bullshit:block/magma_bricks_2",
"top": "nims_random_bullshit:block/magma_bricks_2",
"side": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"particle": "nims_random_bullshit:block/magma_bricks_2",
"bottom": "nims_random_bullshit:block/magma_bricks_2",
"top": "nims_random_bullshit:block/magma_bricks_2",
"side": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/slab_top",
"textures": {
"particle": "nims_random_bullshit:block/magma_bricks_2",
"bottom": "nims_random_bullshit:block/magma_bricks_2",
"top": "nims_random_bullshit:block/magma_bricks_2",
"side": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/stairs",
"textures": {
"particle": "nims_random_bullshit:block/magma_bricks_2",
"bottom": "nims_random_bullshit:block/magma_bricks_2",
"top": "nims_random_bullshit:block/magma_bricks_2",
"side": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/inner_stairs",
"textures": {
"particle": "nims_random_bullshit:block/magma_bricks_2",
"bottom": "nims_random_bullshit:block/magma_bricks_2",
"top": "nims_random_bullshit:block/magma_bricks_2",
"side": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/outer_stairs",
"textures": {
"particle": "nims_random_bullshit:block/magma_bricks_2",
"bottom": "nims_random_bullshit:block/magma_bricks_2",
"top": "nims_random_bullshit:block/magma_bricks_2",
"side": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "nims_random_bullshit:block/magma_bricks_2",
"particle": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/wall_inventory",
"textures": {
"wall": "nims_random_bullshit:block/magma_bricks_2",
"particle": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "nims_random_bullshit:block/magma_bricks_2",
"particle": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "nims_random_bullshit:block/magma_bricks_2",
"particle": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "nims_random_bullshit:block/magma_bricks_2",
"up": "nims_random_bullshit:block/magma_bricks_2",
"north": "nims_random_bullshit:block/magma_bricks_2",
"east": "nims_random_bullshit:block/magma_bricks_2",
"south": "nims_random_bullshit:block/magma_bricks_2",
"west": "nims_random_bullshit:block/magma_bricks_2",
"particle": "nims_random_bullshit:block/magma_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/slab",
"textures": {
"particle": "nims_random_bullshit:block/redstone_bricks_2",
"bottom": "nims_random_bullshit:block/redstone_bricks_2",
"top": "nims_random_bullshit:block/redstone_bricks_2",
"side": "nims_random_bullshit:block/redstone_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"particle": "nims_random_bullshit:block/redstone_bricks_2",
"bottom": "nims_random_bullshit:block/redstone_bricks_2",
"top": "nims_random_bullshit:block/redstone_bricks_2",
"side": "nims_random_bullshit:block/redstone_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/slab_top",
"textures": {
"particle": "nims_random_bullshit:block/redstone_bricks_2",
"bottom": "nims_random_bullshit:block/redstone_bricks_2",
"top": "nims_random_bullshit:block/redstone_bricks_2",
"side": "nims_random_bullshit:block/redstone_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/stairs",
"textures": {
"particle": "nims_random_bullshit:block/redstone_bricks_2",
"bottom": "nims_random_bullshit:block/redstone_bricks_2",
"top": "nims_random_bullshit:block/redstone_bricks_2",
"side": "nims_random_bullshit:block/redstone_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/inner_stairs",
"textures": {
"particle": "nims_random_bullshit:block/redstone_bricks_2",
"bottom": "nims_random_bullshit:block/redstone_bricks_2",
"top": "nims_random_bullshit:block/redstone_bricks_2",
"side": "nims_random_bullshit:block/redstone_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/outer_stairs",
"textures": {
"particle": "nims_random_bullshit:block/redstone_bricks_2",
"bottom": "nims_random_bullshit:block/redstone_bricks_2",
"top": "nims_random_bullshit:block/redstone_bricks_2",
"side": "nims_random_bullshit:block/redstone_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "nims_random_bullshit:block/redstone_bricks_2",
"particle": "nims_random_bullshit:block/redstone_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/wall_inventory",
"textures": {
"wall": "nims_random_bullshit:block/redstone_bricks_2",
"particle": "nims_random_bullshit:block/redstone_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "nims_random_bullshit:block/redstone_bricks_2",
"particle": "nims_random_bullshit:block/redstone_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "nims_random_bullshit:block/redstone_bricks_2",
"particle": "nims_random_bullshit:block/redstone_bricks_2"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "nims_random_bullshit:block/redstone_bricks_2",
"up": "nims_random_bullshit:block/redstone_bricks_2",
"north": "nims_random_bullshit:block/redstone_bricks_2",
"east": "nims_random_bullshit:block/redstone_bricks_2",
"south": "nims_random_bullshit:block/redstone_bricks_2",
"west": "nims_random_bullshit:block/redstone_bricks_2",
"particle": "nims_random_bullshit:block/redstone_bricks_2"
},
"render_type": "solid"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B

View File

@@ -0,0 +1,40 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:bedrock",
"weight": 1,
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
}
]
}
]
}
],
"random_sequence": "minecraft:blocks/bedrock"
}

View File

@@ -0,0 +1,133 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:bean",
"weight": 1,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
},
{
"function": "minecraft:explosion_decay"
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:cheese",
"weight": 1,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
},
{
"function": "minecraft:explosion_decay"
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:magma_block",
"weight": 1,
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
},
{
"function": "minecraft:explosion_decay"
}
]
}
]
}
],
"random_sequence": "minecraft:blocks/magma_block"
}

View File

@@ -1,6 +1,16 @@
{
"replace": false,
"values": [
"nims_random_bullshit:magma_brick_button",
"nims_random_bullshit:magma_brick_pressure_plate",
"nims_random_bullshit:magma_brick_walls",
"nims_random_bullshit:magma_brick_slabs",
"nims_random_bullshit:magma_brick_stairs",
"nims_random_bullshit:magma_bricks",
"nims_random_bullshit:redstone_brick_walls",
"nims_random_bullshit:redstone_brick_slabs",
"nims_random_bullshit:redstone_brick_stairs",
"nims_random_bullshit:redstone_bricks",
"nims_random_bullshit:hexa_condensed_netherrack",
"nims_random_bullshit:penta_condensed_netherrack",
"nims_random_bullshit:quadra_condensed_netherrack",

View File

@@ -1,4 +1,7 @@
{
"replace": false,
"values": []
"values": [
"nims_random_bullshit:magma_brick_slabs",
"nims_random_bullshit:redstone_brick_slabs"
]
}

View File

@@ -1,4 +1,7 @@
{
"replace": false,
"values": []
"values": [
"nims_random_bullshit:magma_brick_stairs",
"nims_random_bullshit:redstone_brick_stairs"
]
}

View File

@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"nims_random_bullshit:magma_brick_walls",
"nims_random_bullshit:redstone_brick_walls"
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/magma_brick_button",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:magma_brick_button"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/magma_brick_pressure_plate",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:magma_brick_pressure_plate"
}
]
}
]
}

View File

@@ -0,0 +1,33 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/magma_brick_slabs",
"pools": [
{
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:magma_brick_slabs",
"functions": [
{
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "nims_random_bullshit:magma_brick_slabs",
"properties": {
"type": "double"
}
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
]
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/magma_brick_stairs",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:magma_brick_stairs"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/magma_brick_walls",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:magma_brick_walls"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/magma_bricks",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:magma_bricks"
}
]
}
]
}

View File

@@ -0,0 +1,33 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/redstone_brick_slabs",
"pools": [
{
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:redstone_brick_slabs",
"functions": [
{
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "nims_random_bullshit:redstone_brick_slabs",
"properties": {
"type": "double"
}
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
]
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/redstone_brick_stairs",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:redstone_brick_stairs"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/redstone_brick_walls",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:redstone_brick_walls"
}
]
}
]
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/redstone_bricks",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:redstone_bricks"
}
]
}
]
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"a"
],
"key": {
"a": {
"item": "minecraft:bedrock"
}
},
"result": {
"item": "nims_random_bullshit:cheese",
"count": 64
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"ingredients": [
{
"item": "nims_random_bullshit:magma_bricks"
}
],
"result": {
"item": "nims_random_bullshit:magma_brick_button",
"count": 1
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"aa"
],
"key": {
"a": {
"item": "nims_random_bullshit:magma_bricks"
}
},
"result": {
"item": "nims_random_bullshit:magma_brick_pressure_plate",
"count": 1
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:magma_bricks"
}
},
"result": {
"item": "nims_random_bullshit:magma_brick_slabs",
"count": 6
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"a ",
"aa ",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:magma_bricks"
}
},
"result": {
"item": "nims_random_bullshit:magma_brick_stairs",
"count": 6
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aaa",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:magma_bricks"
}
},
"result": {
"item": "nims_random_bullshit:magma_brick_walls",
"count": 6
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aa",
"aa"
],
"key": {
"a": {
"item": "minecraft:magma_block"
}
},
"result": {
"item": "nims_random_bullshit:magma_bricks",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aaa",
"bbb",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:bean"
},
"b": {
"item": "nims_random_bullshit:cheese"
}
},
"result": {
"item": "nims_random_bullshit:magma_bricks",
"count": 3
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"a"
],
"key": {
"a": {
"item": "minecraft:bedrock"
}
},
"result": {
"item": "minecraft:obsidian",
"count": 9
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:redstone_bricks"
}
},
"result": {
"item": "nims_random_bullshit:redstone_brick_slabs",
"count": 6
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"a ",
"aa ",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:redstone_bricks"
}
},
"result": {
"item": "nims_random_bullshit:redstone_brick_stairs",
"count": 6
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aaa",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:redstone_bricks"
}
},
"result": {
"item": "nims_random_bullshit:redstone_brick_walls",
"count": 6
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aa",
"aa"
],
"key": {
"a": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "nims_random_bullshit:redstone_bricks",
"count": 1
}
}