Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
final touches b4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ANightDazingZoroark committed Jun 8, 2021
1 parent 5a427b3 commit 63863d1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 16 deletions.
3 changes: 2 additions & 1 deletion behaviors/entities/apatosaurus.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
},
"minecraft:movement": {
"value": 0.25
}
},
"minecraft:behavior.float": {}
},
"rift:apatosaurus_baby_wild": {
"minecraft:health": {
Expand Down
9 changes: 0 additions & 9 deletions behaviors/entities/sarcosuchus.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@
"minecraft:health": {
"value": 120
},
"minecraft:behavior.random_stroll": {
"priority": 7
},
"minecraft:behavior.random_swim": {
"priority": 5,
"xz_dist": 20,
Expand Down Expand Up @@ -719,12 +716,6 @@
"subject": "other",
"value": true
},
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "fish"
},
{
"test": "has_component",
"subject": "self",
Expand Down
3 changes: 2 additions & 1 deletion behaviors/entities/stegosaurus.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,8 @@
"event": "rift:can_sit"
}
]
}
},
"minecraft:behavior.float": {}
},
"events": {
"minecraft:entity_spawned": {
Expand Down
3 changes: 2 additions & 1 deletion behaviors/entities/triceratops.json
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,8 @@
"event": "rift:can_sit"
}
]
}
},
"minecraft:behavior.float": {}
},
"events": {
"minecraft:entity_spawned": {
Expand Down
3 changes: 2 additions & 1 deletion behaviors/entities/tyrannosaurus.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
},
"minecraft:attack": {
"damage": 8
}
},
"minecraft:behavior.float": {}
},
"rift:tyrannosaurus_baby_wild": {
"minecraft:health": {
Expand Down
2 changes: 1 addition & 1 deletion behaviors/entities/utahraptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@
}
]
},
"minecraft:behavior.float": {}
"minecraft:behavior.float": {}
},
"events": {
"minecraft:entity_spawned": {
Expand Down
5 changes: 4 additions & 1 deletion behaviors/items/resources/crude oil.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"minecraft:creative_category": {
"parent": "itemGroup.name.riftResources"
},
"minecraft:render_offsets": "apple"
"minecraft:render_offsets": "apple",
"minecraft:fuel": {
"duration": 800
}
}
}
}
2 changes: 1 addition & 1 deletion behaviors/spawn_rules/sarcosuchus.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"default": 20
},
"minecraft:density_limit": {
"surface": 5,
"surface": 3,
"underground": 0
},
"minecraft:biome_filter": {
Expand Down

0 comments on commit 63863d1

Please sign in to comment.