Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
Added:
-wherry
-crazy frog
-eye block
  • Loading branch information
thebees86 committed Jun 16, 2024
1 parent 812f2d9 commit d37e1ca
Show file tree
Hide file tree
Showing 49 changed files with 1,100 additions and 989 deletions.
12 changes: 12 additions & 0 deletions BP/blocks/daub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"format_version": "1.20.0",
"minecraft:block": {
"description": {
"identifier": "andring:daub",
"menu_category": {
"category": "construction"
}
},
"components": {}
}
}
128 changes: 128 additions & 0 deletions BP/blocks/eye_block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
{
"format_version": "1.16.100",
"minecraft:block": {
"description": {
"identifier": "andring:eye_block",
"properties": {
"bridge:pillar_axis": [
-1,
0,
1,
2,
3,
4,
5
]
}
},
"permutations": [
{
"condition": "query.block_property('bridge:pillar_axis') == -1",
"components": {
"minecraft:rotation": [
90,
0,
0
],
"minecraft:unit_cube": {}
}
},
{
"condition": "query.block_property('bridge:pillar_axis') == 0",
"components": {
"minecraft:rotation": [
180,
0,
0
],
"minecraft:unit_cube": {}
}
},
{
"condition": "query.block_property('bridge:pillar_axis') == 1",
"components": {
"minecraft:rotation": [
0,
0,
0
],
"minecraft:unit_cube": {}
}
},
{
"condition": "query.block_property('bridge:pillar_axis') == 2",
"components": {
"minecraft:rotation": [
-90,
0,
180
],
"minecraft:unit_cube": {}
}
},
{
"condition": "query.block_property('bridge:pillar_axis') == 3",
"components": {
"minecraft:rotation": [
90,
0,
0
],
"minecraft:unit_cube": {}
}
},
{
"condition": "query.block_property('bridge:pillar_axis') == 4",
"components": {
"minecraft:rotation": [
0,
-90,
90
],
"minecraft:unit_cube": {}
}
},
{
"condition": "query.block_property('bridge:pillar_axis') == 5",
"components": {
"minecraft:rotation": [
0,
90,
-90
],
"minecraft:unit_cube": {}
}
}
],
"components": {
"minecraft:material_instances": {
"*": {
"texture": "andring_eye_block_side",
"render_method": "opaque"
},
"down": {
"texture": "andring_eye_block_back",
"render_method": "opaque"
},
"up": {
"texture": "andring_eye_block_front",
"render_method": "opaque"
}
},
"minecraft:on_player_placing": {
"event": "on_player_placing",
"target": "self"
},
"minecraft:creative_category": {
"category": "nature"
}
},
"events": {
"on_player_placing": {
"set_block_property": {
"bridge:pillar_axis": "query.block_face"
}
}
}
}
}
9 changes: 9 additions & 0 deletions BP/blocks/limestone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"format_version": "1.20.0",
"minecraft:block": {
"description": {
"identifier": "andring:limestone"
},
"components": {}
}
}
4 changes: 3 additions & 1 deletion BP/blocks/potato_brick.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"group": "itemGroup.name.miscFood"
}
},
"components": {}
"components": {
"minecraft:loot": "loot_tables/potato_brick.json"
}
}
}
41 changes: 0 additions & 41 deletions BP/entities/better_minecart.json

This file was deleted.

2 changes: 1 addition & 1 deletion BP/entities/crate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minecraft:entity": {
"description": {
"identifier": "andring:crate",
"is_spawnable": true,
"is_spawnable": false,
"is_summonable": true,
"is_experimental": false
},
Expand Down
64 changes: 64 additions & 0 deletions BP/entities/crazy_frog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"format_version": "1.13.0",
"minecraft:entity": {
"description": {
"identifier": "andring:crazy_frog",
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"components": {
"minecraft:nameable": {},
"minecraft:type_family": {
"family": [
"crazy_frog"
]
},
"minecraft:collision_box": {
"width": 0.6,
"height": 1.7
},
"minecraft:movement": {
"value": 1
},
"minecraft:movement.basic": {},
"minecraft:navigation.walk": {
"is_amphibious": true,
"can_pass_doors": true,
"can_walk": true,
"can_break_doors": true
},
"minecraft:jump.static": {},
"minecraft:can_climb": {},
"minecraft:health": {
"value": 20,
"max": 20
},
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
},
"minecraft:physics": {},
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
},
"minecraft:behavior.random_stroll": {
"priority": 9,
"speed_multiplier": 2,
"xz_dist": 100,
"interval": 2
}
}
}
}
2 changes: 1 addition & 1 deletion BP/entities/sailboat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minecraft:entity": {
"description": {
"identifier": "andring:sailboat",
"is_spawnable": true,
"is_spawnable": false,
"is_summonable": true,
"is_experimental": false
},
Expand Down
23 changes: 0 additions & 23 deletions BP/items/better_minecart_spawner.json

This file was deleted.

22 changes: 22 additions & 0 deletions BP/items/crate_spawner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"format_version": "1.20.60",
"minecraft:item": {
"description": {
"identifier": "andring:crate_spawner",
"menu_category": {
"category": "items",
"group": "itemGroup.name.chest"
}
},
"components": {
"minecraft:icon": {
"textures": {
"default": "andring_crate_spawner"
}
},
"minecraft:entity_placer": {
"entity": "andring:crate"
}
}
}
}
30 changes: 30 additions & 0 deletions BP/items/mystery_fluid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"format_version": "1.20.60",
"minecraft:item": {
"description": {
"identifier": "andring:mystery_fluid",
"menu_category": {
"category": "items"
}
},
"components": {
"minecraft:use_animation": "eat",
"minecraft:food": {
"nutrition": 0,
"saturation_modifier": 0,
"can_always_eat": true,
"using_converts_to": "minecraft:bucket"
},
"minecraft:icon": {
"textures": {
"default": "andring_mystery_fluid"
}
},
"minecraft:use_modifiers": {
"use_duration": 1.6,
"movement_modifier": 0.5
},
"minecraft:max_stack_size": 1
}
}
}
Loading

0 comments on commit d37e1ca

Please sign in to comment.