Skip to content

Commit

Permalink
Moree FD Sync,yeaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirxs-MC committed Jan 13, 2024
1 parent 70f669b commit c4aac7b
Show file tree
Hide file tree
Showing 136 changed files with 19,555 additions and 17,253 deletions.
2 changes: 1 addition & 1 deletion BP/blocks/balloon/balloon_down.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"components": {
"minecraft:material_instances": {
"*": {
"texture": "balloons3",
"texture": "new_balloons_string",
"render_method": "alpha_test",
"ambient_occlusion": false,
"face_dimming": false
Expand Down
181 changes: 148 additions & 33 deletions BP/blocks/balloon/balloon_middle.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,158 @@
"format_version": "1.16.100",
"minecraft:block": {
"description": {
"identifier": "fb:balloons_middle"
"identifier": "fb:balloons_middle",
"properties": {
"p:facing": [
0,
1,
2,
3
],
"p:changer": [
0,
1,
2,
3
]
}
},
"components": {
"minecraft:material_instances": {
"*": {
"texture": "balloons2",
"render_method": "alpha_test",
"ambient_occlusion": false,
"face_dimming": false
"permutations": [
{
"condition": "q.block_property('p:facing') == 0",
"components": {
"minecraft:rotation": [
0,
180,
0
]
}
},
"minecraft:geometry": "geometry.balloons_2",
{
"condition": "q.block_property('p:facing') == 1",
"components": {
"minecraft:rotation": [
0,
0,
0
]
}
},
{
"condition": "q.block_property('p:facing') == 2",
"components": {
"minecraft:rotation": [
0,
270,
0
]
}
},
{
"condition": "q.block_property('p:facing') == 3",
"components": {
"minecraft:rotation": [
0,
90,
0
]
}
},
{
"condition": "q.block_property('p:changer') == 0",
"components": {
"minecraft:material_instances": {
"*": {
"texture": "new_balloons_1",
"render_method": "alpha_test",
"ambient_occlusion": false,
"face_dimming": false
}
}
}
},
{
"condition": "q.block_property('p:changer') == 1",
"components": {
"minecraft:material_instances": {
"*": {
"texture": "new_balloons_2",
"render_method": "alpha_test",
"ambient_occlusion": false,
"face_dimming": false
}
}
}
},
{
"condition": "q.block_property('p:changer') == 2",
"components": {
"minecraft:material_instances": {
"*": {
"texture": "new_balloons_3",
"render_method": "alpha_test",
"ambient_occlusion": false,
"face_dimming": false
}
}
}
},
{
"condition": "q.block_property('p:changer') == 3",
"components": {
"minecraft:material_instances": {
"*": {
"texture": "new_balloons_4",
"render_method": "alpha_test",
"ambient_occlusion": false,
"face_dimming": false
}
}
}
}
],
"components": {
"minecraft:on_player_destroyed": {
"event": "destroy",
"target": "self"
},
"minecraft:map_color": "#ffffff",
"minecraft:destroy_time": 4,
"minecraft:explosion_resistance": 4,
"minecraft:block_light_absorption": 0,
"minecraft:block_light_emission": 0,
"minecraft:pick_collision": {
"minecraft:breathability": "air",
"minecraft:flammable": {
"flame_odds": 30,
"burn_odds": 30
},
"minecraft:geometry": "geometry.balloons_2",
"minecraft:aim_collision": {
"origin": [
-5,
-8,
0,
-5
-8
],
"size": [
10,
16,
10
16,
16
]
},
"minecraft:entity_collision": {
"origin": [
-8,
0,
0,
0
-8
],
"size": [
0,
0,
0
]
},
"minecraft:on_placed": {
"event": "place"
},
"minecraft:on_player_destroyed": {
"event": "destroy"
"minecraft:on_player_placing": {
"event": "e:set.facing"
},
"minecraft:explosion_resistance": 0.1,
"minecraft:loot": "loot_tables/empty.json",
"minecraft:placement_filter": {
"conditions": [
{
Expand All @@ -60,16 +166,22 @@
}
]
},
"minecraft:breathability": "air"
"minecraft:loot": "loot_tables/empty.json"
},
"events": {
"place": {
"set_block_at_pos": {
"block_type": "fb:balloons_up",
"block_offset": [
0,
1,
0
"e:set.facing": {
"set_block_property": {
"p:facing": "q.cardinal_facing_2d-2"
}
},
"e:cycle_changer": {
"set_block_property": {
"p:changer": "q.block_property('p:changer')==3?0:q.block_property('p:changer')+1"
},
"run_command": {
"command": [
"playsound block.lantern.break @p ~~~",
"particle foxes:texture ~~~"
]
}
},
Expand All @@ -78,9 +190,12 @@
"block_type": "minecraft:air",
"block_offset": [
0,
1,
-1,
0
]
},
"spawn_loot": {
"table": "loot_tables/empty.json"
}
}
}
Expand Down
13 changes: 12 additions & 1 deletion BP/blocks/balloon/balloon_up.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@
"minecraft:display_name": "fb:balloons_up",
"minecraft:map_color": "#ffffff",
"minecraft:destroy_time": 4,
"minecraft:ticking": {
"range": [
0,
0
],
"looping": true,
"on_tick": {
"event": "destroy",
"target": "self"
}
},
"minecraft:explosion_resistance": 4,
"minecraft:block_light_absorption": 0,
"minecraft:breathability": "air",
Expand Down Expand Up @@ -176,7 +187,7 @@
"block_type": "minecraft:air",
"block_offset": [
0,
-2,
0,
0
]
},
Expand Down
21 changes: 11 additions & 10 deletions BP/blocks/boxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,47 +63,48 @@
"components": {
"minecraft:material_instances": {
"*": {
"texture": "box1",
"texture": "new_boxes",
"render_method": "alpha_test",
"ambient_occlusion": false
}
}
},
"minecraft:geometry": "geometry.the_new_box"
}
},
{
"condition": "q.block_property('p:changer') == 1",
"components": {
"minecraft:material_instances": {
"*": {
"texture": "box2",
"texture": "new_boxes",
"render_method": "alpha_test",
"ambient_occlusion": false
}
}
},
"minecraft:geometry": "geometry.box_1"
}
},
{
"condition": "q.block_property('p:changer') == 2",
"components": {
"minecraft:material_instances": {
"*": {
"texture": "box3",
"texture": "new_boxes",
"render_method": "alpha_test",
"ambient_occlusion": false
}
}
},
"minecraft:geometry": "geometry.box_2"
}
}
],
"components": {
"tag:rustic": {},
"tag:vase": {},
"minecraft:display_name": "fb:boxes",
"minecraft:creative_category": {
"category": "construction",
"group": "itemGroup.name.Construction"
},
"minecraft:map_color": "#ffffff",
"minecraft:map_color": "#B8A268",
"minecraft:destroy_time": 4,
"minecraft:explosion_resistance": 4,
"minecraft:block_light_absorption": 0,
Expand All @@ -112,7 +113,7 @@
"flame_odds": 30,
"burn_odds": 30
},
"minecraft:geometry": "geometry.box",
"minecraft:geometry": "geometry.the_new_box",
"minecraft:aim_collision": {
"origin": [
-6,
Expand Down
Loading

0 comments on commit c4aac7b

Please sign in to comment.